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

models.cloudfront-2019-03-26-intermediate.json Maven / Gradle / Ivy

{
  "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" : [ "listCloudFrontOriginAccessIdentities", "listDistributions", "listFieldLevelEncryptionConfigs", "listFieldLevelEncryptionProfiles", "listPublicKeys", "listStreamingDistributions" ]
  },
  "metadata" : {
    "apiVersion" : "2019-03-26",
    "asyncBuilder" : "DefaultCloudFrontAsyncClientBuilder",
    "asyncBuilderInterface" : "CloudFrontAsyncClientBuilder",
    "asyncClient" : "DefaultCloudFrontAsyncClient",
    "asyncInterface" : "CloudFrontAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultCloudFrontBaseClientBuilder",
    "baseBuilderInterface" : "CloudFrontBaseClientBuilder",
    "baseExceptionName" : "CloudFrontException",
    "baseRequestName" : "CloudFrontRequest",
    "baseResponseName" : "CloudFrontResponse",
    "cborProtocol" : false,
    "clientPackageName" : "cloudfront",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "CloudFront",
    "documentation" : "Amazon CloudFront 

This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.

", "endpointPrefix" : "cloudfront", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.cloudfront", "fullModelPackageName" : "software.amazon.awssdk.services.cloudfront.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.cloudfront.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.cloudfront.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.cloudfront.transform", "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "modelPackageName" : "cloudfront.model", "paginatorsPackageName" : "cloudfront.paginators", "protocol" : "rest-xml", "queryProtocol" : false, "requestTransformPackageName" : "cloudfront.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "CloudFront", "serviceName" : "CloudFront", "signingName" : "cloudfront", "syncBuilder" : "DefaultCloudFrontClientBuilder", "syncBuilderInterface" : "CloudFrontClientBuilder", "syncClient" : "DefaultCloudFrontClient", "syncInterface" : "CloudFrontClient", "transformPackageName" : "cloudfront.transform", "uid" : "cloudfront-2019-03-26", "xmlProtocol" : true }, "operations" : { "CreateCloudFrontOriginAccessIdentity" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

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

If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

", "httpStatusCode" : 409 }, { "exceptionName" : "MissingBodyException", "documentation" : "

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

Processing your request would cause you to exceed the maximum number of origin access identities allowed.

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

The argument is invalid.

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

The value of Quantity and the size of Items don't match.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateCloudFrontOriginAccessIdentityRequest", "variableName" : "createCloudFrontOriginAccessIdentityRequest", "variableType" : "CreateCloudFrontOriginAccessIdentityRequest", "documentation" : "

The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon CloudFront Developer Guide.

", "simpleType" : "CreateCloudFrontOriginAccessIdentityRequest", "variableSetterType" : "CreateCloudFrontOriginAccessIdentityRequest" }, "methodName" : "createCloudFrontOriginAccessIdentity", "operationName" : "CreateCloudFrontOriginAccessIdentity", "paginated" : false, "returnType" : { "returnType" : "CreateCloudFrontOriginAccessIdentityResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "CreateCloudFrontOriginAccessIdentityResponse" }, "CreateDistribution" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new web distribution. You create a CloudFront distribution to tell CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery. Send a POST request to the /CloudFront API version/distribution/distribution ID resource.

When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using UpdateDistribution, follow the steps included in the documentation to get the current configuration and then make your updates. This helps to make sure that you include all of the required fields. To view a summary, see Required Fields for Create Distribution and Update Distribution in the Amazon CloudFront Developer Guide.

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

The CNAME specified is already defined for CloudFront.

", "httpStatusCode" : 409 }, { "exceptionName" : "DistributionAlreadyExistsException", "documentation" : "

The caller reference you attempted to create the distribution with is associated with another distribution.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidOriginException", "documentation" : "

The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

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

The origin access identity is not valid or doesn't exist.

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

Access denied.

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

Your request contains more trusted signers than are allowed per distribution.

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

One or more of your trusted signers don't exist.

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

A viewer certificate specified is not valid.

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

The minimum protocol version specified is not valid.

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

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

Your request contains more CNAMEs than are allowed per distribution.

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

Processing your request would cause you to exceed the maximum number of distributions allowed.

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

The default root object file name is too big or contains an invalid character.

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

The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

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

An invalid error code was specified.

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

A response code is not valid.

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

The argument is invalid.

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

This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

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

No origin exists with the specified Origin Id.

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

You cannot create more origins for the distribution.

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

Processing your request would cause you to exceed the maximum number of origin groups allowed.

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

You cannot create more cache behaviors for the distribution.

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

Your request contains more cookie names in the whitelist than are allowed per cache behavior.

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

Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

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

Your request contains too many headers in forwarded values.

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

The headers specified are not valid for an Amazon S3 origin.

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

The value of Quantity and the size of Items don't match.

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

You cannot create anymore custom SSL/TLS certificates.

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

The location code specified is not valid.

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

The specified geo restriction parameter is not valid.

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

You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).

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

The TTL order specified is not valid.

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

A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

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

Your request contains too many origin custom headers.

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

Your request contains too many query string parameters.

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

The query string parameters specified are not valid.

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

Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.

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

Your request contains more Lambda function associations than are allowed per distribution.

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

The specified Lambda function association is invalid.

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

The read timeout specified for the origin is not valid.

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

The keep alive timeout specified for the origin is not valid.

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

The specified configuration for field-level encryption doesn't exist.

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

The specified configuration for field-level encryption can't be associated with the specified cache behavior.

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

The maximum number of distributions have been associated with the specified configuration for field-level encryption.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDistributionRequest", "variableName" : "createDistributionRequest", "variableType" : "CreateDistributionRequest", "documentation" : "

The request to create a new distribution.

", "simpleType" : "CreateDistributionRequest", "variableSetterType" : "CreateDistributionRequest" }, "methodName" : "createDistribution", "operationName" : "CreateDistribution", "paginated" : false, "returnType" : { "returnType" : "CreateDistributionResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "CreateDistributionResponse" }, "CreateDistributionWithTags" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a new distribution with tags.

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

The CNAME specified is already defined for CloudFront.

", "httpStatusCode" : 409 }, { "exceptionName" : "DistributionAlreadyExistsException", "documentation" : "

The caller reference you attempted to create the distribution with is associated with another distribution.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidOriginException", "documentation" : "

The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

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

The origin access identity is not valid or doesn't exist.

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

Access denied.

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

Your request contains more trusted signers than are allowed per distribution.

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

One or more of your trusted signers don't exist.

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

A viewer certificate specified is not valid.

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

The minimum protocol version specified is not valid.

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

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

Your request contains more CNAMEs than are allowed per distribution.

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

Processing your request would cause you to exceed the maximum number of distributions allowed.

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

The default root object file name is too big or contains an invalid character.

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

The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

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

An invalid error code was specified.

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

A response code is not valid.

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

The argument is invalid.

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

This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

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

No origin exists with the specified Origin Id.

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

You cannot create more origins for the distribution.

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

Processing your request would cause you to exceed the maximum number of origin groups allowed.

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

You cannot create more cache behaviors for the distribution.

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

Your request contains more cookie names in the whitelist than are allowed per cache behavior.

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

Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

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

Your request contains too many headers in forwarded values.

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

The headers specified are not valid for an Amazon S3 origin.

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

The value of Quantity and the size of Items don't match.

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

You cannot create anymore custom SSL/TLS certificates.

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

The location code specified is not valid.

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

The specified geo restriction parameter is not valid.

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

You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).

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

The TTL order specified is not valid.

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

A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

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

Your request contains too many origin custom headers.

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

The tagging specified is not valid.

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

Your request contains too many query string parameters.

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

The query string parameters specified are not valid.

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

Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.

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

Your request contains more Lambda function associations than are allowed per distribution.

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

The specified Lambda function association is invalid.

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

The read timeout specified for the origin is not valid.

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

The keep alive timeout specified for the origin is not valid.

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

The specified configuration for field-level encryption doesn't exist.

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

The specified configuration for field-level encryption can't be associated with the specified cache behavior.

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

The maximum number of distributions have been associated with the specified configuration for field-level encryption.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDistributionWithTagsRequest", "variableName" : "createDistributionWithTagsRequest", "variableType" : "CreateDistributionWithTagsRequest", "documentation" : "

The request to create a new distribution with tags.

", "simpleType" : "CreateDistributionWithTagsRequest", "variableSetterType" : "CreateDistributionWithTagsRequest" }, "methodName" : "createDistributionWithTags", "operationName" : "CreateDistributionWithTags", "paginated" : false, "returnType" : { "returnType" : "CreateDistributionWithTagsResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "CreateDistributionWithTagsResponse" }, "CreateFieldLevelEncryptionConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a new field-level encryption configuration.

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

The value of Quantity and the size of Items don't match.

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

The argument is invalid.

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

The specified profile for field-level encryption doesn't exist.

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

The specified configuration for field-level encryption already exists.

", "httpStatusCode" : 409 }, { "exceptionName" : "TooManyFieldLevelEncryptionConfigsException", "documentation" : "

The maximum number of configurations for field-level encryption have been created.

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

The maximum number of query arg profiles for field-level encryption have been created.

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

The maximum number of content type profiles for field-level encryption have been created.

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

No profile specified for the field-level encryption query argument.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateFieldLevelEncryptionConfigRequest", "variableName" : "createFieldLevelEncryptionConfigRequest", "variableType" : "CreateFieldLevelEncryptionConfigRequest", "documentation" : "", "simpleType" : "CreateFieldLevelEncryptionConfigRequest", "variableSetterType" : "CreateFieldLevelEncryptionConfigRequest" }, "methodName" : "createFieldLevelEncryptionConfig", "operationName" : "CreateFieldLevelEncryptionConfig", "paginated" : false, "returnType" : { "returnType" : "CreateFieldLevelEncryptionConfigResponse", "documentation" : null }, "syncReturnType" : "CreateFieldLevelEncryptionConfigResponse" }, "CreateFieldLevelEncryptionProfile" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a field-level encryption profile.

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

The value of Quantity and the size of Items don't match.

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

The argument is invalid.

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

The specified public key doesn't exist.

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

The specified profile for field-level encryption already exists.

", "httpStatusCode" : 409 }, { "exceptionName" : "FieldLevelEncryptionProfileSizeExceededException", "documentation" : "

The maximum size of a profile for field-level encryption was exceeded.

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

The maximum number of profiles for field-level encryption have been created.

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

The maximum number of encryption entities for field-level encryption have been created.

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

The maximum number of field patterns for field-level encryption have been created.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateFieldLevelEncryptionProfileRequest", "variableName" : "createFieldLevelEncryptionProfileRequest", "variableType" : "CreateFieldLevelEncryptionProfileRequest", "documentation" : "", "simpleType" : "CreateFieldLevelEncryptionProfileRequest", "variableSetterType" : "CreateFieldLevelEncryptionProfileRequest" }, "methodName" : "createFieldLevelEncryptionProfile", "operationName" : "CreateFieldLevelEncryptionProfile", "paginated" : false, "returnType" : { "returnType" : "CreateFieldLevelEncryptionProfileResponse", "documentation" : null }, "syncReturnType" : "CreateFieldLevelEncryptionProfileResponse" }, "CreateInvalidation" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a new invalidation.

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

Access denied.

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

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

The argument is invalid.

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

The specified distribution does not exist.

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

Invalidation batch specified is too large.

", "httpStatusCode" : 413 }, { "exceptionName" : "TooManyInvalidationsInProgressException", "documentation" : "

You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.

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

The value of Quantity and the size of Items don't match.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateInvalidationRequest", "variableName" : "createInvalidationRequest", "variableType" : "CreateInvalidationRequest", "documentation" : "

The request to create an invalidation.

", "simpleType" : "CreateInvalidationRequest", "variableSetterType" : "CreateInvalidationRequest" }, "methodName" : "createInvalidation", "operationName" : "CreateInvalidation", "paginated" : false, "returnType" : { "returnType" : "CreateInvalidationResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "CreateInvalidationResponse" }, "CreatePublicKey" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Add a new public key to CloudFront to use, for example, for field-level encryption. You can add a maximum of 10 public keys with one AWS account.

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

The specified public key already exists.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

The argument is invalid.

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

The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreatePublicKeyRequest", "variableName" : "createPublicKeyRequest", "variableType" : "CreatePublicKeyRequest", "documentation" : "", "simpleType" : "CreatePublicKeyRequest", "variableSetterType" : "CreatePublicKeyRequest" }, "methodName" : "createPublicKey", "operationName" : "CreatePublicKey", "paginated" : false, "returnType" : { "returnType" : "CreatePublicKeyResponse", "documentation" : null }, "syncReturnType" : "CreatePublicKeyResponse" }, "CreateStreamingDistribution" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new RTMP distribution. An RTMP distribution is similar to a web distribution, but an RTMP distribution streams media files using the Adobe Real-Time Messaging Protocol (RTMP) instead of serving files using HTTP.

To create a new distribution, submit a POST request to the CloudFront API version/distribution resource. The request body must include a document with a StreamingDistributionConfig element. The response echoes the StreamingDistributionConfig element and returns other information about the RTMP distribution.

To get the status of your request, use the GET StreamingDistribution API action. When the value of Enabled is true and the value of Status is Deployed, your distribution is ready. A distribution usually deploys in less than 15 minutes.

For more information about web distributions, see Working with RTMP Distributions in the Amazon CloudFront Developer Guide.

Beginning with the 2012-05-05 version of the CloudFront API, we made substantial changes to the format of the XML document that you include in the request body when you create or update a web distribution or an RTMP distribution, and when you invalidate objects. With previous versions of the API, we discovered that it was too easy to accidentally delete one or more values for an element that accepts multiple values, for example, CNAMEs and trusted signers. Our changes for the 2012-05-05 release are intended to prevent these accidental deletions and to notify you when there's a mismatch between the number of values you say you're specifying in the Quantity element and the number of values specified.

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

The CNAME specified is already defined for CloudFront.

", "httpStatusCode" : 409 }, { "exceptionName" : "StreamingDistributionAlreadyExistsException", "documentation" : "

The caller reference you attempted to create the streaming distribution with is associated with another distribution

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidOriginException", "documentation" : "

The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

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

The origin access identity is not valid or doesn't exist.

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

Access denied.

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

Your request contains more trusted signers than are allowed per distribution.

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

One or more of your trusted signers don't exist.

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

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

Your request contains more CNAMEs than are allowed per distribution.

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

Processing your request would cause you to exceed the maximum number of streaming distributions allowed.

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

The argument is invalid.

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

The value of Quantity and the size of Items don't match.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStreamingDistributionRequest", "variableName" : "createStreamingDistributionRequest", "variableType" : "CreateStreamingDistributionRequest", "documentation" : "

The request to create a new streaming distribution.

", "simpleType" : "CreateStreamingDistributionRequest", "variableSetterType" : "CreateStreamingDistributionRequest" }, "methodName" : "createStreamingDistribution", "operationName" : "CreateStreamingDistribution", "paginated" : false, "returnType" : { "returnType" : "CreateStreamingDistributionResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "CreateStreamingDistributionResponse" }, "CreateStreamingDistributionWithTags" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a new streaming distribution with tags.

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

The CNAME specified is already defined for CloudFront.

", "httpStatusCode" : 409 }, { "exceptionName" : "StreamingDistributionAlreadyExistsException", "documentation" : "

The caller reference you attempted to create the streaming distribution with is associated with another distribution

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidOriginException", "documentation" : "

The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

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

The origin access identity is not valid or doesn't exist.

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

Access denied.

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

Your request contains more trusted signers than are allowed per distribution.

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

One or more of your trusted signers don't exist.

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

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

Your request contains more CNAMEs than are allowed per distribution.

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

Processing your request would cause you to exceed the maximum number of streaming distributions allowed.

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

The argument is invalid.

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

The value of Quantity and the size of Items don't match.

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

The tagging specified is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStreamingDistributionWithTagsRequest", "variableName" : "createStreamingDistributionWithTagsRequest", "variableType" : "CreateStreamingDistributionWithTagsRequest", "documentation" : "

The request to create a new streaming distribution with tags.

", "simpleType" : "CreateStreamingDistributionWithTagsRequest", "variableSetterType" : "CreateStreamingDistributionWithTagsRequest" }, "methodName" : "createStreamingDistributionWithTags", "operationName" : "CreateStreamingDistributionWithTags", "paginated" : false, "returnType" : { "returnType" : "CreateStreamingDistributionWithTagsResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "CreateStreamingDistributionWithTagsResponse" }, "DeleteCloudFrontOriginAccessIdentity" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete an origin access identity.

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

Access denied.

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

The If-Match version is missing or not valid for the distribution.

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

The specified origin access identity does not exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 }, { "exceptionName" : "CloudFrontOriginAccessIdentityInUseException", "documentation" : "

The Origin Access Identity specified is already in use.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteCloudFrontOriginAccessIdentityRequest", "variableName" : "deleteCloudFrontOriginAccessIdentityRequest", "variableType" : "DeleteCloudFrontOriginAccessIdentityRequest", "documentation" : "

Deletes a origin access identity.

", "simpleType" : "DeleteCloudFrontOriginAccessIdentityRequest", "variableSetterType" : "DeleteCloudFrontOriginAccessIdentityRequest" }, "methodName" : "deleteCloudFrontOriginAccessIdentity", "operationName" : "DeleteCloudFrontOriginAccessIdentity", "paginated" : false, "returnType" : { "returnType" : "DeleteCloudFrontOriginAccessIdentityResponse", "documentation" : null }, "syncReturnType" : "DeleteCloudFrontOriginAccessIdentityResponse" }, "DeleteDistribution" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete a distribution.

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

Access denied.

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

The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidIfMatchVersionException", "documentation" : "

The If-Match version is missing or not valid for the distribution.

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

The specified distribution does not exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDistributionRequest", "variableName" : "deleteDistributionRequest", "variableType" : "DeleteDistributionRequest", "documentation" : "

This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the following steps.

To delete a web distribution using the CloudFront API:

  1. Disable the web distribution

  2. Submit a GET Distribution Config request to get the current configuration and the Etag header for the distribution.

  3. Update the XML document that was returned in the response to your GET Distribution Config request to change the value of Enabled to false.

  4. Submit a PUT Distribution Config request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Distribution Config request in Step 2.

  5. Review the response to the PUT Distribution Config request to confirm that the distribution was successfully disabled.

  6. Submit a GET Distribution request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

  7. Submit a DELETE Distribution request. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Distribution Config request in Step 6.

  8. Review the response to your DELETE Distribution request to confirm that the distribution was successfully deleted.

For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.

", "simpleType" : "DeleteDistributionRequest", "variableSetterType" : "DeleteDistributionRequest" }, "methodName" : "deleteDistribution", "operationName" : "DeleteDistribution", "paginated" : false, "returnType" : { "returnType" : "DeleteDistributionResponse", "documentation" : null }, "syncReturnType" : "DeleteDistributionResponse" }, "DeleteFieldLevelEncryptionConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Remove a field-level encryption configuration.

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

Access denied.

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

The If-Match version is missing or not valid for the distribution.

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

The specified configuration for field-level encryption doesn't exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 }, { "exceptionName" : "FieldLevelEncryptionConfigInUseException", "documentation" : "

The specified configuration for field-level encryption is in use.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteFieldLevelEncryptionConfigRequest", "variableName" : "deleteFieldLevelEncryptionConfigRequest", "variableType" : "DeleteFieldLevelEncryptionConfigRequest", "documentation" : "", "simpleType" : "DeleteFieldLevelEncryptionConfigRequest", "variableSetterType" : "DeleteFieldLevelEncryptionConfigRequest" }, "methodName" : "deleteFieldLevelEncryptionConfig", "operationName" : "DeleteFieldLevelEncryptionConfig", "paginated" : false, "returnType" : { "returnType" : "DeleteFieldLevelEncryptionConfigResponse", "documentation" : null }, "syncReturnType" : "DeleteFieldLevelEncryptionConfigResponse" }, "DeleteFieldLevelEncryptionProfile" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Remove a field-level encryption profile.

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

Access denied.

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

The If-Match version is missing or not valid for the distribution.

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

The specified profile for field-level encryption doesn't exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 }, { "exceptionName" : "FieldLevelEncryptionProfileInUseException", "documentation" : "

The specified profile for field-level encryption is in use.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteFieldLevelEncryptionProfileRequest", "variableName" : "deleteFieldLevelEncryptionProfileRequest", "variableType" : "DeleteFieldLevelEncryptionProfileRequest", "documentation" : "", "simpleType" : "DeleteFieldLevelEncryptionProfileRequest", "variableSetterType" : "DeleteFieldLevelEncryptionProfileRequest" }, "methodName" : "deleteFieldLevelEncryptionProfile", "operationName" : "DeleteFieldLevelEncryptionProfile", "paginated" : false, "returnType" : { "returnType" : "DeleteFieldLevelEncryptionProfileResponse", "documentation" : null }, "syncReturnType" : "DeleteFieldLevelEncryptionProfileResponse" }, "DeletePublicKey" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Remove a public key you previously added to CloudFront.

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

Access denied.

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

The specified public key is in use.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidIfMatchVersionException", "documentation" : "

The If-Match version is missing or not valid for the distribution.

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

The specified public key doesn't exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeletePublicKeyRequest", "variableName" : "deletePublicKeyRequest", "variableType" : "DeletePublicKeyRequest", "documentation" : "", "simpleType" : "DeletePublicKeyRequest", "variableSetterType" : "DeletePublicKeyRequest" }, "methodName" : "deletePublicKey", "operationName" : "DeletePublicKey", "paginated" : false, "returnType" : { "returnType" : "DeletePublicKeyResponse", "documentation" : null }, "syncReturnType" : "DeletePublicKeyResponse" }, "DeleteStreamingDistribution" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.

To delete an RTMP distribution using the CloudFront API:

  1. Disable the RTMP distribution.

  2. Submit a GET Streaming Distribution Config request to get the current configuration and the Etag header for the distribution.

  3. Update the XML document that was returned in the response to your GET Streaming Distribution Config request to change the value of Enabled to false.

  4. Submit a PUT Streaming Distribution Config request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Streaming Distribution Config request in Step 2.

  5. Review the response to the PUT Streaming Distribution Config request to confirm that the distribution was successfully disabled.

  6. Submit a GET Streaming Distribution Config request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

  7. Submit a DELETE Streaming Distribution request. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Streaming Distribution Config request in Step 2.

  8. Review the response to your DELETE Streaming Distribution request to confirm that the distribution was successfully deleted.

For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.

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

Access denied.

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

The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidIfMatchVersionException", "documentation" : "

The If-Match version is missing or not valid for the distribution.

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

The specified streaming distribution does not exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteStreamingDistributionRequest", "variableName" : "deleteStreamingDistributionRequest", "variableType" : "DeleteStreamingDistributionRequest", "documentation" : "

The request to delete a streaming distribution.

", "simpleType" : "DeleteStreamingDistributionRequest", "variableSetterType" : "DeleteStreamingDistributionRequest" }, "methodName" : "deleteStreamingDistribution", "operationName" : "DeleteStreamingDistribution", "paginated" : false, "returnType" : { "returnType" : "DeleteStreamingDistributionResponse", "documentation" : null }, "syncReturnType" : "DeleteStreamingDistributionResponse" }, "GetCloudFrontOriginAccessIdentity" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the information about an origin access identity.

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

The specified origin access identity does not exist.

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

Access denied.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityRequest", "variableName" : "getCloudFrontOriginAccessIdentityRequest", "variableType" : "GetCloudFrontOriginAccessIdentityRequest", "documentation" : "

The request to get an origin access identity's information.

", "simpleType" : "GetCloudFrontOriginAccessIdentityRequest", "variableSetterType" : "GetCloudFrontOriginAccessIdentityRequest" }, "methodName" : "getCloudFrontOriginAccessIdentity", "operationName" : "GetCloudFrontOriginAccessIdentity", "paginated" : false, "returnType" : { "returnType" : "GetCloudFrontOriginAccessIdentityResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "GetCloudFrontOriginAccessIdentityResponse" }, "GetCloudFrontOriginAccessIdentityConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the configuration information about an origin access identity.

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

The specified origin access identity does not exist.

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

Access denied.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "variableName" : "getCloudFrontOriginAccessIdentityConfigRequest", "variableType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "documentation" : "

The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig.

", "simpleType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "variableSetterType" : "GetCloudFrontOriginAccessIdentityConfigRequest" }, "methodName" : "getCloudFrontOriginAccessIdentityConfig", "operationName" : "GetCloudFrontOriginAccessIdentityConfig", "paginated" : false, "returnType" : { "returnType" : "GetCloudFrontOriginAccessIdentityConfigResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "GetCloudFrontOriginAccessIdentityConfigResponse" }, "GetDistribution" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the information about a distribution.

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

The specified distribution does not exist.

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

Access denied.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetDistributionRequest", "variableName" : "getDistributionRequest", "variableType" : "GetDistributionRequest", "documentation" : "

The request to get a distribution's information.

", "simpleType" : "GetDistributionRequest", "variableSetterType" : "GetDistributionRequest" }, "methodName" : "getDistribution", "operationName" : "GetDistribution", "paginated" : false, "returnType" : { "returnType" : "GetDistributionResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "GetDistributionResponse" }, "GetDistributionConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the configuration information about a distribution.

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

The specified distribution does not exist.

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

Access denied.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetDistributionConfigRequest", "variableName" : "getDistributionConfigRequest", "variableType" : "GetDistributionConfigRequest", "documentation" : "

The request to get a distribution configuration.

", "simpleType" : "GetDistributionConfigRequest", "variableSetterType" : "GetDistributionConfigRequest" }, "methodName" : "getDistributionConfig", "operationName" : "GetDistributionConfig", "paginated" : false, "returnType" : { "returnType" : "GetDistributionConfigResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "GetDistributionConfigResponse" }, "GetFieldLevelEncryption" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the field-level encryption configuration information.

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

Access denied.

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

The specified configuration for field-level encryption doesn't exist.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFieldLevelEncryptionRequest", "variableName" : "getFieldLevelEncryptionRequest", "variableType" : "GetFieldLevelEncryptionRequest", "documentation" : "", "simpleType" : "GetFieldLevelEncryptionRequest", "variableSetterType" : "GetFieldLevelEncryptionRequest" }, "methodName" : "getFieldLevelEncryption", "operationName" : "GetFieldLevelEncryption", "paginated" : false, "returnType" : { "returnType" : "GetFieldLevelEncryptionResponse", "documentation" : null }, "syncReturnType" : "GetFieldLevelEncryptionResponse" }, "GetFieldLevelEncryptionConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the field-level encryption configuration information.

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

Access denied.

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

The specified configuration for field-level encryption doesn't exist.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFieldLevelEncryptionConfigRequest", "variableName" : "getFieldLevelEncryptionConfigRequest", "variableType" : "GetFieldLevelEncryptionConfigRequest", "documentation" : "", "simpleType" : "GetFieldLevelEncryptionConfigRequest", "variableSetterType" : "GetFieldLevelEncryptionConfigRequest" }, "methodName" : "getFieldLevelEncryptionConfig", "operationName" : "GetFieldLevelEncryptionConfig", "paginated" : false, "returnType" : { "returnType" : "GetFieldLevelEncryptionConfigResponse", "documentation" : null }, "syncReturnType" : "GetFieldLevelEncryptionConfigResponse" }, "GetFieldLevelEncryptionProfile" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the field-level encryption profile information.

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

Access denied.

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

The specified profile for field-level encryption doesn't exist.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFieldLevelEncryptionProfileRequest", "variableName" : "getFieldLevelEncryptionProfileRequest", "variableType" : "GetFieldLevelEncryptionProfileRequest", "documentation" : "", "simpleType" : "GetFieldLevelEncryptionProfileRequest", "variableSetterType" : "GetFieldLevelEncryptionProfileRequest" }, "methodName" : "getFieldLevelEncryptionProfile", "operationName" : "GetFieldLevelEncryptionProfile", "paginated" : false, "returnType" : { "returnType" : "GetFieldLevelEncryptionProfileResponse", "documentation" : null }, "syncReturnType" : "GetFieldLevelEncryptionProfileResponse" }, "GetFieldLevelEncryptionProfileConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the field-level encryption profile configuration information.

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

Access denied.

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

The specified profile for field-level encryption doesn't exist.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFieldLevelEncryptionProfileConfigRequest", "variableName" : "getFieldLevelEncryptionProfileConfigRequest", "variableType" : "GetFieldLevelEncryptionProfileConfigRequest", "documentation" : "", "simpleType" : "GetFieldLevelEncryptionProfileConfigRequest", "variableSetterType" : "GetFieldLevelEncryptionProfileConfigRequest" }, "methodName" : "getFieldLevelEncryptionProfileConfig", "operationName" : "GetFieldLevelEncryptionProfileConfig", "paginated" : false, "returnType" : { "returnType" : "GetFieldLevelEncryptionProfileConfigResponse", "documentation" : null }, "syncReturnType" : "GetFieldLevelEncryptionProfileConfigResponse" }, "GetInvalidation" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the information about an invalidation.

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

The specified invalidation does not exist.

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

The specified distribution does not exist.

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

Access denied.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetInvalidationRequest", "variableName" : "getInvalidationRequest", "variableType" : "GetInvalidationRequest", "documentation" : "

The request to get an invalidation's information.

", "simpleType" : "GetInvalidationRequest", "variableSetterType" : "GetInvalidationRequest" }, "methodName" : "getInvalidation", "operationName" : "GetInvalidation", "paginated" : false, "returnType" : { "returnType" : "GetInvalidationResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "GetInvalidationResponse" }, "GetPublicKey" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the public key information.

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

Access denied.

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

The specified public key doesn't exist.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetPublicKeyRequest", "variableName" : "getPublicKeyRequest", "variableType" : "GetPublicKeyRequest", "documentation" : "", "simpleType" : "GetPublicKeyRequest", "variableSetterType" : "GetPublicKeyRequest" }, "methodName" : "getPublicKey", "operationName" : "GetPublicKey", "paginated" : false, "returnType" : { "returnType" : "GetPublicKeyResponse", "documentation" : null }, "syncReturnType" : "GetPublicKeyResponse" }, "GetPublicKeyConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Return public key configuration informaation

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

Access denied.

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

The specified public key doesn't exist.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetPublicKeyConfigRequest", "variableName" : "getPublicKeyConfigRequest", "variableType" : "GetPublicKeyConfigRequest", "documentation" : "", "simpleType" : "GetPublicKeyConfigRequest", "variableSetterType" : "GetPublicKeyConfigRequest" }, "methodName" : "getPublicKeyConfig", "operationName" : "GetPublicKeyConfig", "paginated" : false, "returnType" : { "returnType" : "GetPublicKeyConfigResponse", "documentation" : null }, "syncReturnType" : "GetPublicKeyConfigResponse" }, "GetStreamingDistribution" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about a specified RTMP distribution, including the distribution configuration.

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

The specified streaming distribution does not exist.

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

Access denied.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetStreamingDistributionRequest", "variableName" : "getStreamingDistributionRequest", "variableType" : "GetStreamingDistributionRequest", "documentation" : "

The request to get a streaming distribution's information.

", "simpleType" : "GetStreamingDistributionRequest", "variableSetterType" : "GetStreamingDistributionRequest" }, "methodName" : "getStreamingDistribution", "operationName" : "GetStreamingDistribution", "paginated" : false, "returnType" : { "returnType" : "GetStreamingDistributionResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "GetStreamingDistributionResponse" }, "GetStreamingDistributionConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get the configuration information about a streaming distribution.

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

The specified streaming distribution does not exist.

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

Access denied.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetStreamingDistributionConfigRequest", "variableName" : "getStreamingDistributionConfigRequest", "variableType" : "GetStreamingDistributionConfigRequest", "documentation" : "

To request to get a streaming distribution configuration.

", "simpleType" : "GetStreamingDistributionConfigRequest", "variableSetterType" : "GetStreamingDistributionConfigRequest" }, "methodName" : "getStreamingDistributionConfig", "operationName" : "GetStreamingDistributionConfig", "paginated" : false, "returnType" : { "returnType" : "GetStreamingDistributionConfigResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "GetStreamingDistributionConfigResponse" }, "ListCloudFrontOriginAccessIdentities" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists origin access identities.

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

The argument is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListCloudFrontOriginAccessIdentitiesRequest", "variableName" : "listCloudFrontOriginAccessIdentitiesRequest", "variableType" : "ListCloudFrontOriginAccessIdentitiesRequest", "documentation" : "

The request to list origin access identities.

", "simpleType" : "ListCloudFrontOriginAccessIdentitiesRequest", "variableSetterType" : "ListCloudFrontOriginAccessIdentitiesRequest" }, "methodName" : "listCloudFrontOriginAccessIdentities", "operationName" : "ListCloudFrontOriginAccessIdentities", "paginated" : false, "returnType" : { "returnType" : "ListCloudFrontOriginAccessIdentitiesResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "ListCloudFrontOriginAccessIdentitiesResponse" }, "ListDistributions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List CloudFront distributions.

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

The argument is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDistributionsRequest", "variableName" : "listDistributionsRequest", "variableType" : "ListDistributionsRequest", "documentation" : "

The request to list your distributions.

", "simpleType" : "ListDistributionsRequest", "variableSetterType" : "ListDistributionsRequest" }, "methodName" : "listDistributions", "operationName" : "ListDistributions", "paginated" : false, "returnType" : { "returnType" : "ListDistributionsResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "ListDistributionsResponse" }, "ListDistributionsByWebACLId" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List the distributions that are associated with a specified AWS WAF web ACL.

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

The argument is invalid.

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

A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDistributionsByWebAclIdRequest", "variableName" : "listDistributionsByWebAclIdRequest", "variableType" : "ListDistributionsByWebAclIdRequest", "documentation" : "

The request to list distributions that are associated with a specified AWS WAF web ACL.

", "simpleType" : "ListDistributionsByWebAclIdRequest", "variableSetterType" : "ListDistributionsByWebAclIdRequest" }, "methodName" : "listDistributionsByWebACLId", "operationName" : "ListDistributionsByWebACLId", "paginated" : false, "returnType" : { "returnType" : "ListDistributionsByWebAclIdResponse", "documentation" : "

The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.

" }, "syncReturnType" : "ListDistributionsByWebAclIdResponse" }, "ListFieldLevelEncryptionConfigs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List all field-level encryption configurations that have been created in CloudFront for this account.

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

The argument is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListFieldLevelEncryptionConfigsRequest", "variableName" : "listFieldLevelEncryptionConfigsRequest", "variableType" : "ListFieldLevelEncryptionConfigsRequest", "documentation" : "", "simpleType" : "ListFieldLevelEncryptionConfigsRequest", "variableSetterType" : "ListFieldLevelEncryptionConfigsRequest" }, "methodName" : "listFieldLevelEncryptionConfigs", "operationName" : "ListFieldLevelEncryptionConfigs", "paginated" : false, "returnType" : { "returnType" : "ListFieldLevelEncryptionConfigsResponse", "documentation" : null }, "syncReturnType" : "ListFieldLevelEncryptionConfigsResponse" }, "ListFieldLevelEncryptionProfiles" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Request a list of field-level encryption profiles that have been created in CloudFront for this account.

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

The argument is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListFieldLevelEncryptionProfilesRequest", "variableName" : "listFieldLevelEncryptionProfilesRequest", "variableType" : "ListFieldLevelEncryptionProfilesRequest", "documentation" : "", "simpleType" : "ListFieldLevelEncryptionProfilesRequest", "variableSetterType" : "ListFieldLevelEncryptionProfilesRequest" }, "methodName" : "listFieldLevelEncryptionProfiles", "operationName" : "ListFieldLevelEncryptionProfiles", "paginated" : false, "returnType" : { "returnType" : "ListFieldLevelEncryptionProfilesResponse", "documentation" : null }, "syncReturnType" : "ListFieldLevelEncryptionProfilesResponse" }, "ListInvalidations" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists invalidation batches.

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

The argument is invalid.

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

The specified distribution does not exist.

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

Access denied.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListInvalidationsRequest", "variableName" : "listInvalidationsRequest", "variableType" : "ListInvalidationsRequest", "documentation" : "

The request to list invalidations.

", "simpleType" : "ListInvalidationsRequest", "variableSetterType" : "ListInvalidationsRequest" }, "methodName" : "listInvalidations", "operationName" : "ListInvalidations", "paginated" : false, "returnType" : { "returnType" : "ListInvalidationsResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "ListInvalidationsResponse" }, "ListPublicKeys" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List all public keys that have been added to CloudFront for this account.

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

The argument is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPublicKeysRequest", "variableName" : "listPublicKeysRequest", "variableType" : "ListPublicKeysRequest", "documentation" : "", "simpleType" : "ListPublicKeysRequest", "variableSetterType" : "ListPublicKeysRequest" }, "methodName" : "listPublicKeys", "operationName" : "ListPublicKeys", "paginated" : false, "returnType" : { "returnType" : "ListPublicKeysResponse", "documentation" : null }, "syncReturnType" : "ListPublicKeysResponse" }, "ListStreamingDistributions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List streaming distributions.

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

The argument is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListStreamingDistributionsRequest", "variableName" : "listStreamingDistributionsRequest", "variableType" : "ListStreamingDistributionsRequest", "documentation" : "

The request to list your streaming distributions.

", "simpleType" : "ListStreamingDistributionsRequest", "variableSetterType" : "ListStreamingDistributionsRequest" }, "methodName" : "listStreamingDistributions", "operationName" : "ListStreamingDistributions", "paginated" : false, "returnType" : { "returnType" : "ListStreamingDistributionsResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "ListStreamingDistributionsResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List tags for a CloudFront resource.

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

Access denied.

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

The argument is invalid.

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

The tagging specified is not valid.

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

A resource that was specified is not valid.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "

The request to list tags for a CloudFront resource.

", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "paginated" : false, "returnType" : { "returnType" : "ListTagsForResourceResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "ListTagsForResourceResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Add tags to a CloudFront resource.

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

Access denied.

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

The argument is invalid.

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

The tagging specified is not valid.

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

A resource that was specified is not valid.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : "

The request to add tags to a CloudFront resource.

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

Remove tags from a CloudFront resource.

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

Access denied.

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

The argument is invalid.

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

The tagging specified is not valid.

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

A resource that was specified is not valid.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : "

The request to remove tags from a CloudFront resource.

", "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "methodName" : "untagResource", "operationName" : "UntagResource", "paginated" : false, "returnType" : { "returnType" : "UntagResourceResponse", "documentation" : null }, "syncReturnType" : "UntagResourceResponse" }, "UpdateCloudFrontOriginAccessIdentity" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update an origin access identity.

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

Access denied.

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

Origin and CallerReference cannot be updated.

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

The If-Match version is missing or not valid for the distribution.

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

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

The specified origin access identity does not exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

The argument is invalid.

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

The value of Quantity and the size of Items don't match.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateCloudFrontOriginAccessIdentityRequest", "variableName" : "updateCloudFrontOriginAccessIdentityRequest", "variableType" : "UpdateCloudFrontOriginAccessIdentityRequest", "documentation" : "

The request to update an origin access identity.

", "simpleType" : "UpdateCloudFrontOriginAccessIdentityRequest", "variableSetterType" : "UpdateCloudFrontOriginAccessIdentityRequest" }, "methodName" : "updateCloudFrontOriginAccessIdentity", "operationName" : "UpdateCloudFrontOriginAccessIdentity", "paginated" : false, "returnType" : { "returnType" : "UpdateCloudFrontOriginAccessIdentityResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "UpdateCloudFrontOriginAccessIdentityResponse" }, "UpdateDistribution" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the configuration for a web distribution.

When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using this API action, follow the steps here to get the current configuration and then make your updates, to make sure that you include all of the required fields. To view a summary, see Required Fields for Create Distribution and Update Distribution in the Amazon CloudFront Developer Guide.

The update process includes getting the current distribution configuration, updating the XML document that is returned to make your changes, and then submitting an UpdateDistribution request to make the updates.

For information about updating a distribution using the CloudFront console instead, see Creating a Distribution in the Amazon CloudFront Developer Guide.

To update a web distribution using the CloudFront API

  1. Submit a GetDistributionConfig request to get the current configuration and an Etag header for the distribution.

    If you update the distribution again, you must get a new Etag header.

  2. Update the XML document that was returned in the response to your GetDistributionConfig request to include your changes.

    When you edit the XML file, be aware of the following:

    • You must strip out the ETag parameter that is returned.

    • Additional fields are required when you update a distribution. There may be fields included in the XML file for features that you haven't configured for your distribution. This is expected and required to successfully update the distribution.

    • You can't change the value of CallerReference. If you try to change this value, CloudFront returns an IllegalUpdate error.

    • The new configuration replaces the existing configuration; the values that you specify in an UpdateDistribution request are not merged into your existing configuration. When you add, delete, or replace values in an element that allows multiple values (for example, CNAME), you must specify all of the values that you want to appear in the updated distribution. In addition, you must update the corresponding Quantity element.

  3. Submit an UpdateDistribution request to update the configuration for your distribution:

    • In the request body, include the XML document that you updated in Step 2. The request body must include an XML document with a DistributionConfig element.

    • Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GetDistributionConfig request in Step 1.

  4. Review the response to the UpdateDistribution request to confirm that the configuration was successfully updated.

  5. Optional: Submit a GetDistribution request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

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

Access denied.

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

The CNAME specified is already defined for CloudFront.

", "httpStatusCode" : 409 }, { "exceptionName" : "IllegalUpdateException", "documentation" : "

Origin and CallerReference cannot be updated.

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

The If-Match version is missing or not valid for the distribution.

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

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

The specified distribution does not exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 }, { "exceptionName" : "TooManyDistributionCnamEsException", "documentation" : "

Your request contains more CNAMEs than are allowed per distribution.

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

The default root object file name is too big or contains an invalid character.

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

The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

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

An invalid error code was specified.

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

A response code is not valid.

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

The argument is invalid.

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

The origin access identity is not valid or doesn't exist.

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

Your request contains more trusted signers than are allowed per distribution.

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

One or more of your trusted signers don't exist.

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

A viewer certificate specified is not valid.

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

The minimum protocol version specified is not valid.

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

This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

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

No origin exists with the specified Origin Id.

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

You cannot create more origins for the distribution.

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

Processing your request would cause you to exceed the maximum number of origin groups allowed.

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

You cannot create more cache behaviors for the distribution.

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

Your request contains more cookie names in the whitelist than are allowed per cache behavior.

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

Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

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

Your request contains too many headers in forwarded values.

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

The headers specified are not valid for an Amazon S3 origin.

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

The value of Quantity and the size of Items don't match.

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

You cannot create anymore custom SSL/TLS certificates.

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

The location code specified is not valid.

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

The specified geo restriction parameter is not valid.

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

The TTL order specified is not valid.

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

A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

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

Your request contains too many origin custom headers.

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

Your request contains too many query string parameters.

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

The query string parameters specified are not valid.

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

Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.

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

Your request contains more Lambda function associations than are allowed per distribution.

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

The specified Lambda function association is invalid.

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

The read timeout specified for the origin is not valid.

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

The keep alive timeout specified for the origin is not valid.

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

The specified configuration for field-level encryption doesn't exist.

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

The specified configuration for field-level encryption can't be associated with the specified cache behavior.

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

The maximum number of distributions have been associated with the specified configuration for field-level encryption.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateDistributionRequest", "variableName" : "updateDistributionRequest", "variableType" : "UpdateDistributionRequest", "documentation" : "

The request to update a distribution.

", "simpleType" : "UpdateDistributionRequest", "variableSetterType" : "UpdateDistributionRequest" }, "methodName" : "updateDistribution", "operationName" : "UpdateDistribution", "paginated" : false, "returnType" : { "returnType" : "UpdateDistributionResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "UpdateDistributionResponse" }, "UpdateFieldLevelEncryptionConfig" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update a field-level encryption configuration.

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

Access denied.

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

Origin and CallerReference cannot be updated.

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

The value of Quantity and the size of Items don't match.

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

The argument is invalid.

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

The If-Match version is missing or not valid for the distribution.

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

The specified profile for field-level encryption doesn't exist.

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

The specified configuration for field-level encryption doesn't exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 }, { "exceptionName" : "TooManyFieldLevelEncryptionQueryArgProfilesException", "documentation" : "

The maximum number of query arg profiles for field-level encryption have been created.

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

The maximum number of content type profiles for field-level encryption have been created.

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

No profile specified for the field-level encryption query argument.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateFieldLevelEncryptionConfigRequest", "variableName" : "updateFieldLevelEncryptionConfigRequest", "variableType" : "UpdateFieldLevelEncryptionConfigRequest", "documentation" : "", "simpleType" : "UpdateFieldLevelEncryptionConfigRequest", "variableSetterType" : "UpdateFieldLevelEncryptionConfigRequest" }, "methodName" : "updateFieldLevelEncryptionConfig", "operationName" : "UpdateFieldLevelEncryptionConfig", "paginated" : false, "returnType" : { "returnType" : "UpdateFieldLevelEncryptionConfigResponse", "documentation" : null }, "syncReturnType" : "UpdateFieldLevelEncryptionConfigResponse" }, "UpdateFieldLevelEncryptionProfile" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update a field-level encryption profile.

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

Access denied.

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

The specified profile for field-level encryption already exists.

", "httpStatusCode" : 409 }, { "exceptionName" : "IllegalUpdateException", "documentation" : "

Origin and CallerReference cannot be updated.

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

The value of Quantity and the size of Items don't match.

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

The argument is invalid.

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

The If-Match version is missing or not valid for the distribution.

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

The specified public key doesn't exist.

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

The specified profile for field-level encryption doesn't exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 }, { "exceptionName" : "FieldLevelEncryptionProfileSizeExceededException", "documentation" : "

The maximum size of a profile for field-level encryption was exceeded.

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

The maximum number of encryption entities for field-level encryption have been created.

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

The maximum number of field patterns for field-level encryption have been created.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateFieldLevelEncryptionProfileRequest", "variableName" : "updateFieldLevelEncryptionProfileRequest", "variableType" : "UpdateFieldLevelEncryptionProfileRequest", "documentation" : "", "simpleType" : "UpdateFieldLevelEncryptionProfileRequest", "variableSetterType" : "UpdateFieldLevelEncryptionProfileRequest" }, "methodName" : "updateFieldLevelEncryptionProfile", "operationName" : "UpdateFieldLevelEncryptionProfile", "paginated" : false, "returnType" : { "returnType" : "UpdateFieldLevelEncryptionProfileResponse", "documentation" : null }, "syncReturnType" : "UpdateFieldLevelEncryptionProfileResponse" }, "UpdatePublicKey" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update public key information. Note that the only value you can change is the comment.

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

Access denied.

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

You can't change the value of a public key.

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

The argument is invalid.

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

The If-Match version is missing or not valid for the distribution.

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

Origin and CallerReference cannot be updated.

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

The specified public key doesn't exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdatePublicKeyRequest", "variableName" : "updatePublicKeyRequest", "variableType" : "UpdatePublicKeyRequest", "documentation" : "", "simpleType" : "UpdatePublicKeyRequest", "variableSetterType" : "UpdatePublicKeyRequest" }, "methodName" : "updatePublicKey", "operationName" : "UpdatePublicKey", "paginated" : false, "returnType" : { "returnType" : "UpdatePublicKeyResponse", "documentation" : null }, "syncReturnType" : "UpdatePublicKeyResponse" }, "UpdateStreamingDistribution" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update a streaming distribution.

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

Access denied.

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

The CNAME specified is already defined for CloudFront.

", "httpStatusCode" : 409 }, { "exceptionName" : "IllegalUpdateException", "documentation" : "

Origin and CallerReference cannot be updated.

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

The If-Match version is missing or not valid for the distribution.

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

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

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

The specified streaming distribution does not exist.

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

The precondition given in one or more of the request-header fields evaluated to false.

", "httpStatusCode" : 412 }, { "exceptionName" : "TooManyStreamingDistributionCnamEsException", "documentation" : "

Your request contains more CNAMEs than are allowed per distribution.

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

The argument is invalid.

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

The origin access identity is not valid or doesn't exist.

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

Your request contains more trusted signers than are allowed per distribution.

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

One or more of your trusted signers don't exist.

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

The value of Quantity and the size of Items don't match.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateStreamingDistributionRequest", "variableName" : "updateStreamingDistributionRequest", "variableType" : "UpdateStreamingDistributionRequest", "documentation" : "

The request to update a streaming distribution.

", "simpleType" : "UpdateStreamingDistributionRequest", "variableSetterType" : "UpdateStreamingDistributionRequest" }, "methodName" : "updateStreamingDistribution", "operationName" : "UpdateStreamingDistribution", "paginated" : false, "returnType" : { "returnType" : "UpdateStreamingDistributionResponse", "documentation" : "

The returned result of the corresponding request.

" }, "syncReturnType" : "UpdateStreamingDistributionResponse" } }, "shapes" : { "AccessDeniedException" : { "c2jName" : "AccessDenied", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Access denied.

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

A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

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

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@return Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

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

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@return Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

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

The number of trusted signers specified in the TrustedSigners complex type.

\n@return The number of trusted signers specified in the TrustedSigners complex type.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

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

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@return The number of trusted signers specified in the TrustedSigners complex type.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "SignerList", "defaultConsumerFluentSetterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

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

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n

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

\n

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

\n@return A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

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

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n

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

\n

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

\n@return A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Signer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Signer.Builder} avoiding the need to create one manually via {@link Signer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Signer.Builder#build()} is called immediately and its result is passed to {@link #member(Signer)}.\n@param member a consumer that will call methods on {@link Signer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Signer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Signer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Signer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Signer", "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" : "Signer", "variableName" : "member", "variableType" : "Signer", "documentation" : null, "simpleType" : "Signer", "variableSetterType" : "Signer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Signer", "variableName" : "member", "variableType" : "Signer", "documentation" : "", "simpleType" : "Signer", "variableSetterType" : "Signer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "Signer", "memberType" : "Signer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Signer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

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

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@return Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

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

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@return Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "SignerList", "defaultConsumerFluentSetterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

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

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n

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

\n

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

\n@return A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

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

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n

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

\n

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

\n@return A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Signer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Signer.Builder} avoiding the need to create one manually via {@link Signer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Signer.Builder#build()} is called immediately and its result is passed to {@link #member(Signer)}.\n@param member a consumer that will call methods on {@link Signer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Signer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Signer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Signer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Signer", "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" : "Signer", "variableName" : "member", "variableType" : "Signer", "documentation" : null, "simpleType" : "Signer", "variableSetterType" : "Signer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Signer", "variableName" : "member", "variableType" : "Signer", "documentation" : "", "simpleType" : "Signer", "variableSetterType" : "Signer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "Signer", "memberType" : "Signer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Signer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

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

The number of trusted signers specified in the TrustedSigners complex type.

\n@return The number of trusted signers specified in the TrustedSigners complex type.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

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

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@return The number of trusted signers specified in the TrustedSigners complex type.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

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

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@return Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

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

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@return Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

\n@param enabled Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

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

The number of trusted signers specified in the TrustedSigners complex type.

\n@return The number of trusted signers specified in the TrustedSigners complex type.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

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

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@return The number of trusted signers specified in the TrustedSigners complex type.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

\n@param quantity The number of trusted signers specified in the TrustedSigners complex type.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

The number of trusted signers specified in the TrustedSigners complex type.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "SignerList", "defaultConsumerFluentSetterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

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

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n

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

\n

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

\n@return A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

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

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n

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

\n

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

\n@return A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Signer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Signer.Builder} avoiding the need to create one manually via {@link Signer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Signer.Builder#build()} is called immediately and its result is passed to {@link #member(Signer)}.\n@param member a consumer that will call methods on {@link Signer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Signer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Signer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Signer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Signer", "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" : "Signer", "variableName" : "member", "variableType" : "Signer", "documentation" : null, "simpleType" : "Signer", "variableSetterType" : "Signer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Signer", "variableName" : "member", "variableType" : "Signer", "documentation" : "", "simpleType" : "Signer", "variableSetterType" : "Signer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "Signer", "memberType" : "Signer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Signer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

\n@param items A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

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

AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions. The status is returned in the CloudFront response; you can't configure it yourself.

For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCname", "beanStyleSetterMethodName" : "setCname", "c2jName" : "CNAME", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

A domain name associated with a distribution.

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

A domain name associated with a distribution.

\n@return A domain name associated with a distribution.\n@deprecated Use {@link #cname()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A domain name associated with a distribution.

\n@param cname A domain name associated with a distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cname(String)}\n", "documentation" : "

A domain name associated with a distribution.

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

A domain name associated with a distribution.

\n@param cname A domain name associated with a distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cname", "getterDocumentation" : "

A domain name associated with a distribution.

\n@return A domain name associated with a distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CNAME", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CNAME", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CNAME", "sensitive" : false, "setterDocumentation" : "

A domain name associated with a distribution.

\n@param cname A domain name associated with a distribution.", "setterMethodName" : "setCname", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cname", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cname", "variableType" : "String", "documentation" : "

A domain name associated with a distribution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIcpRecordalStatusAsString", "beanStyleSetterMethodName" : "setIcpRecordalStatus", "c2jName" : "ICPRecordalStatus", "c2jShape" : "ICPRecordalStatus", "defaultConsumerFluentSetterDocumentation" : "

The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

The status values returned are the following:

  • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

  • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

  • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED 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 #icpRecordalStatusAsString(String)}.\n@param icpRecordalStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #icpRecordalStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

The status values returned are the following:

  • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

  • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

  • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

\n

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

\n@return The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

The status values returned are the following:

  • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

  • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

  • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

  • \n@see ICPRecordalStatus\n@deprecated Use {@link #icpRecordalStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

    The status values returned are the following:

    • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

    • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

    • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

    \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

    The status values returned are the following:

    • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

    • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

    • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

    • \n@see ICPRecordalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ICPRecordalStatus\n@deprecated Use {@link #icpRecordalStatus(String)}\n", "documentation" : "

      The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

      The status values returned are the following:

      • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

      • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

      • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

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

      The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

      The status values returned are the following:

      • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

      • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

      • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

      \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

      The status values returned are the following:

      • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

      • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

      • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

      • \n@see ICPRecordalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ICPRecordalStatus", "fluentSetterMethodName" : "icpRecordalStatus", "getterDocumentation" : "

        The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

        The status values returned are the following:

        • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

        • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

        • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

        \n

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

        \n@return The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

        The status values returned are the following:

        • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

        • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

        • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

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

          The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

          The status values returned are the following:

          • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

          • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

          • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

          \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

          The status values returned are the following:

          • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

          • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

          • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

          • \n@see ICPRecordalStatus", "setterMethodName" : "setIcpRecordalStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "icpRecordalStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "icpRecordalStatus", "variableType" : "String", "documentation" : "

            The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

            The status values returned are the following:

            • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

            • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

            • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CNAME" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCname", "beanStyleSetterMethodName" : "setCname", "c2jName" : "CNAME", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

            A domain name associated with a distribution.

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

            A domain name associated with a distribution.

            \n@return A domain name associated with a distribution.\n@deprecated Use {@link #cname()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            A domain name associated with a distribution.

            \n@param cname A domain name associated with a distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cname(String)}\n", "documentation" : "

            A domain name associated with a distribution.

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

            A domain name associated with a distribution.

            \n@param cname A domain name associated with a distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cname", "getterDocumentation" : "

            A domain name associated with a distribution.

            \n@return A domain name associated with a distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CNAME", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CNAME", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CNAME", "sensitive" : false, "setterDocumentation" : "

            A domain name associated with a distribution.

            \n@param cname A domain name associated with a distribution.", "setterMethodName" : "setCname", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cname", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cname", "variableType" : "String", "documentation" : "

            A domain name associated with a distribution.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ICPRecordalStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIcpRecordalStatusAsString", "beanStyleSetterMethodName" : "setIcpRecordalStatus", "c2jName" : "ICPRecordalStatus", "c2jShape" : "ICPRecordalStatus", "defaultConsumerFluentSetterDocumentation" : "

            The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

            The status values returned are the following:

            • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

            • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

            • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED 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 #icpRecordalStatusAsString(String)}.\n@param icpRecordalStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #icpRecordalStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

            The status values returned are the following:

            • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

            • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

            • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

            \n

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

            \n@return The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

            The status values returned are the following:

            • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

            • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

            • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

            • \n@see ICPRecordalStatus\n@deprecated Use {@link #icpRecordalStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

              The status values returned are the following:

              • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

              • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

              • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

              \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

              The status values returned are the following:

              • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

              • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

              • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

              • \n@see ICPRecordalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ICPRecordalStatus\n@deprecated Use {@link #icpRecordalStatus(String)}\n", "documentation" : "

                The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                The status values returned are the following:

                • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

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

                The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                The status values returned are the following:

                • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                The status values returned are the following:

                • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                • \n@see ICPRecordalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ICPRecordalStatus", "fluentSetterMethodName" : "icpRecordalStatus", "getterDocumentation" : "

                  The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                  The status values returned are the following:

                  • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                  • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                  • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                  \n

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

                  \n@return The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                  The status values returned are the following:

                  • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                  • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                  • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

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

                    The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                    The status values returned are the following:

                    • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                    • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                    • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                    \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                    The status values returned are the following:

                    • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                    • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                    • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                    • \n@see ICPRecordalStatus", "setterMethodName" : "setIcpRecordalStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "icpRecordalStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "icpRecordalStatus", "variableType" : "String", "documentation" : "

                      The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                      The status values returned are the following:

                      • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                      • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                      • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCname", "beanStyleSetterMethodName" : "setCname", "c2jName" : "CNAME", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                      A domain name associated with a distribution.

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

                      A domain name associated with a distribution.

                      \n@return A domain name associated with a distribution.\n@deprecated Use {@link #cname()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A domain name associated with a distribution.

                      \n@param cname A domain name associated with a distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cname(String)}\n", "documentation" : "

                      A domain name associated with a distribution.

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

                      A domain name associated with a distribution.

                      \n@param cname A domain name associated with a distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cname", "getterDocumentation" : "

                      A domain name associated with a distribution.

                      \n@return A domain name associated with a distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CNAME", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CNAME", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CNAME", "sensitive" : false, "setterDocumentation" : "

                      A domain name associated with a distribution.

                      \n@param cname A domain name associated with a distribution.", "setterMethodName" : "setCname", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cname", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cname", "variableType" : "String", "documentation" : "

                      A domain name associated with a distribution.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIcpRecordalStatusAsString", "beanStyleSetterMethodName" : "setIcpRecordalStatus", "c2jName" : "ICPRecordalStatus", "c2jShape" : "ICPRecordalStatus", "defaultConsumerFluentSetterDocumentation" : "

                      The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                      The status values returned are the following:

                      • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                      • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                      • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED 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 #icpRecordalStatusAsString(String)}.\n@param icpRecordalStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #icpRecordalStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                      The status values returned are the following:

                      • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                      • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                      • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                      \n

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

                      \n@return The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                      The status values returned are the following:

                      • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                      • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                      • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                      • \n@see ICPRecordalStatus\n@deprecated Use {@link #icpRecordalStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                        The status values returned are the following:

                        • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                        • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                        • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                        \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                        The status values returned are the following:

                        • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                        • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                        • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                        • \n@see ICPRecordalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ICPRecordalStatus\n@deprecated Use {@link #icpRecordalStatus(String)}\n", "documentation" : "

                          The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                          The status values returned are the following:

                          • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                          • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                          • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

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

                          The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                          The status values returned are the following:

                          • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                          • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                          • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                          \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                          The status values returned are the following:

                          • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                          • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                          • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                          • \n@see ICPRecordalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ICPRecordalStatus", "fluentSetterMethodName" : "icpRecordalStatus", "getterDocumentation" : "

                            The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                            The status values returned are the following:

                            • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                            • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                            • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                            \n

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

                            \n@return The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                            The status values returned are the following:

                            • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                            • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                            • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

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

                              The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                              The status values returned are the following:

                              • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                              • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                              • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                              \n@param icpRecordalStatus The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                              The status values returned are the following:

                              • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                              • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                              • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

                              • \n@see ICPRecordalStatus", "setterMethodName" : "setIcpRecordalStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "icpRecordalStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "icpRecordalStatus", "variableType" : "String", "documentation" : "

                                The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

                                The status values returned are the following:

                                • APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.

                                • SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.

                                • PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.

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

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

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

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@return The number of CNAME aliases, if any, that you want to associate with this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

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

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@return The number of CNAME aliases, if any, that you want to associate with this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "AliasList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

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

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

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

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CNAME", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CNAME", "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" : "CNAME", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "AliasList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

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

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

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

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CNAME", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CNAME", "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" : "CNAME", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

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

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@return The number of CNAME aliases, if any, that you want to associate with this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

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

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@return The number of CNAME aliases, if any, that you want to associate with this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

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

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@return The number of CNAME aliases, if any, that you want to associate with this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

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

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@return The number of CNAME aliases, if any, that you want to associate with this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param quantity The number of CNAME aliases, if any, that you want to associate with this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of CNAME aliases, if any, that you want to associate with this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "AliasList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

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

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

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

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CNAME", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CNAME", "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" : "CNAME", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

                                \n@param items A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

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

                                A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin. There are three choices:

                                • CloudFront forwards only GET and HEAD requests.

                                • CloudFront forwards only GET, HEAD, and OPTIONS requests.

                                • CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests.

                                If you pick the third choice, you may need to restrict access to your Amazon S3 bucket or to your custom origin so users can't perform operations that you don't want them to. For example, you might not want users to have permissions to delete objects from your origin.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

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

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

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

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "MethodsList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

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

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

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

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Method", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

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

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

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

                                \n@return The value of the Member property for this object.\n@see Method", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Method", "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" : "Method", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCachedMethods", "beanStyleSetterMethodName" : "setCachedMethods", "c2jName" : "CachedMethods", "c2jShape" : "CachedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link CachedMethods.Builder} avoiding the need to create one manually via {@link CachedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link CachedMethods.Builder#build()} is called immediately and its result is passed to {@link #cachedMethods(CachedMethods)}.\n@param cachedMethods a consumer that will call methods on {@link CachedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cachedMethods(CachedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the CachedMethods property for this object.\n@return The value of the CachedMethods property for this object.\n@deprecated Use {@link #cachedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cachedMethods(CachedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CachedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCachedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cachedMethods", "fluentSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cachedMethods", "getterDocumentation" : "Returns the value of the CachedMethods property for this object.\n@return The value of the CachedMethods property for this object.", "getterModel" : { "returnType" : "CachedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CachedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CachedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CachedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.", "setterMethodName" : "setCachedMethods", "setterModel" : { "variableDeclarationType" : "CachedMethods", "variableName" : "cachedMethods", "variableType" : "CachedMethods", "documentation" : null, "simpleType" : "CachedMethods", "variableSetterType" : "CachedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CachedMethods", "variableName" : "cachedMethods", "variableType" : "CachedMethods", "documentation" : "", "simpleType" : "CachedMethods", "variableSetterType" : "CachedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CachedMethods" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCachedMethods", "beanStyleSetterMethodName" : "setCachedMethods", "c2jName" : "CachedMethods", "c2jShape" : "CachedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link CachedMethods.Builder} avoiding the need to create one manually via {@link CachedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link CachedMethods.Builder#build()} is called immediately and its result is passed to {@link #cachedMethods(CachedMethods)}.\n@param cachedMethods a consumer that will call methods on {@link CachedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cachedMethods(CachedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the CachedMethods property for this object.\n@return The value of the CachedMethods property for this object.\n@deprecated Use {@link #cachedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cachedMethods(CachedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CachedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCachedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cachedMethods", "fluentSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cachedMethods", "getterDocumentation" : "Returns the value of the CachedMethods property for this object.\n@return The value of the CachedMethods property for this object.", "getterModel" : { "returnType" : "CachedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CachedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CachedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CachedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.", "setterMethodName" : "setCachedMethods", "setterModel" : { "variableDeclarationType" : "CachedMethods", "variableName" : "cachedMethods", "variableType" : "CachedMethods", "documentation" : null, "simpleType" : "CachedMethods", "variableSetterType" : "CachedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CachedMethods", "variableName" : "cachedMethods", "variableType" : "CachedMethods", "documentation" : "", "simpleType" : "CachedMethods", "variableSetterType" : "CachedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "MethodsList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

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

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

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

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Method", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

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

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

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

                                \n@return The value of the Member property for this object.\n@see Method", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Method", "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" : "Method", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

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

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

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

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

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

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

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

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                \n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "MethodsList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

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

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

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

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Method", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

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

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

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

                                \n@return The value of the Member property for this object.\n@see Method", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Method", "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" : "Method", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCachedMethods", "beanStyleSetterMethodName" : "setCachedMethods", "c2jName" : "CachedMethods", "c2jShape" : "CachedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link CachedMethods.Builder} avoiding the need to create one manually via {@link CachedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link CachedMethods.Builder#build()} is called immediately and its result is passed to {@link #cachedMethods(CachedMethods)}.\n@param cachedMethods a consumer that will call methods on {@link CachedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cachedMethods(CachedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the CachedMethods property for this object.\n@return The value of the CachedMethods property for this object.\n@deprecated Use {@link #cachedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cachedMethods(CachedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CachedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCachedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cachedMethods", "fluentSetterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cachedMethods", "getterDocumentation" : "Returns the value of the CachedMethods property for this object.\n@return The value of the CachedMethods property for this object.", "getterModel" : { "returnType" : "CachedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CachedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CachedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CachedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the CachedMethods property for this object.\n\n@param cachedMethods The new value for the CachedMethods property for this object.", "setterMethodName" : "setCachedMethods", "setterModel" : { "variableDeclarationType" : "CachedMethods", "variableName" : "cachedMethods", "variableType" : "CachedMethods", "documentation" : null, "simpleType" : "CachedMethods", "variableSetterType" : "CachedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CachedMethods", "variableName" : "cachedMethods", "variableType" : "CachedMethods", "documentation" : "", "simpleType" : "CachedMethods", "variableSetterType" : "CachedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity", "Items" ], "shapeName" : "AllowedMethods", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : null, "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "wrapper" : false, "xmlNamespace" : null }, "BatchTooLargeException" : { "c2jName" : "BatchTooLarge", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Invalidation batch specified is too large.

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

                                A complex type that describes how CloudFront processes requests.

                                You must create at least as many cache behaviors (including the default cache behavior) as you have origins if you want CloudFront to distribute objects from all of the origins. Each cache behavior specifies the one origin from which you want CloudFront to get objects. If you have two origins and only the default cache behavior, the default cache behavior will cause CloudFront to get objects from one of the origins, but the other origin is never used.

                                For the current limit on the number of cache behaviors that you can add to a distribution, see Amazon CloudFront Limits in the AWS General Reference.

                                If you don't want to specify any cache behaviors, include only an empty CacheBehaviors element. Don't include an empty CacheBehavior element, or CloudFront returns a MalformedXML error.

                                To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty CacheBehaviors element.

                                To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.

                                For more information about cache behaviors, see Cache Behaviors in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPathPattern", "beanStyleSetterMethodName" : "setPathPattern", "c2jName" : "PathPattern", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer 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 #pathPattern(String)}.\n@param pathPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pathPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@return The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #pathPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pathPattern(String)}\n", "documentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

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

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathPattern", "getterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@return The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer 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" : "PathPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PathPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PathPattern", "sensitive" : false, "setterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setPathPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pathPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pathPattern", "variableType" : "String", "documentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetOriginId", "beanStyleSetterMethodName" : "setTargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #targetOriginId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetOriginId(String)}\n", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetOriginId", "getterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetOriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetOriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetOriginId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setTargetOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardedValues", "beanStyleSetterMethodName" : "setForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

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

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@deprecated Use {@link #forwardedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardedValues(ForwardedValues)}\n", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

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

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardedValues", "getterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardedValues", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "setterMethodName" : "setForwardedValues", "setterModel" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : null, "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

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

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

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

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerProtocolPolicyAsString", "beanStyleSetterMethodName" : "setViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer 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 #viewerProtocolPolicyAsString(String)}.\n@param viewerProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

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

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicy(String)}\n", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy", "fluentSetterMethodName" : "viewerProtocolPolicy", "getterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

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

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "setterMethodName" : "setViewerProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinTTL", "beanStyleSetterMethodName" : "setMinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

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

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@deprecated Use {@link #minTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minTTL(Long)}\n", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

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

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minTTL", "getterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "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" : "MinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "setterMethodName" : "setMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedMethods", "beanStyleSetterMethodName" : "setAllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link AllowedMethods.Builder} avoiding the need to create one manually via {@link AllowedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link AllowedMethods.Builder#build()} is called immediately and its result is passed to {@link #allowedMethods(AllowedMethods)}.\n@param allowedMethods a consumer that will call methods on {@link AllowedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedMethods(AllowedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.\n@deprecated Use {@link #allowedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedMethods(AllowedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedMethods", "fluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedMethods", "getterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.", "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AllowedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.", "setterMethodName" : "setAllowedMethods", "setterModel" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : null, "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : "", "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSmoothStreaming", "beanStyleSetterMethodName" : "setSmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

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

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@deprecated Use {@link #smoothStreaming()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #smoothStreaming(Boolean)}\n", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

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

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smoothStreaming", "getterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "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" : "SmoothStreaming", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmoothStreaming", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SmoothStreaming", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "setterMethodName" : "setSmoothStreaming", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultTTL", "beanStyleSetterMethodName" : "setDefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultTTL(Long)}\n", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTTL", "getterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "DefaultTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultTTL", "sensitive" : false, "setterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxTTL", "beanStyleSetterMethodName" : "setMaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #maxTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxTTL(Long)}\n", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxTTL", "getterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "MaxTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MaxTTL", "sensitive" : false, "setterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setMaxTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompress", "beanStyleSetterMethodName" : "setCompress", "c2jName" : "Compress", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

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

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #compress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #compress(Boolean)}\n", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

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

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compress", "getterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "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" : "Compress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Compress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Compress", "sensitive" : false, "setterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCompress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionAssociations", "beanStyleSetterMethodName" : "setLambdaFunctionAssociations", "c2jName" : "LambdaFunctionAssociations", "c2jShape" : "LambdaFunctionAssociations", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

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

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.\n@deprecated Use {@link #lambdaFunctionAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}\n", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

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

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionAssociations", "getterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.", "getterModel" : { "returnType" : "LambdaFunctionAssociations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionAssociations", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.", "setterMethodName" : "setLambdaFunctionAssociations", "setterModel" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : null, "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionId", "beanStyleSetterMethodName" : "setFieldLevelEncryptionId", "c2jName" : "FieldLevelEncryptionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #fieldLevelEncryptionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionId(String)}\n", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionId", "getterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FieldLevelEncryptionId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setFieldLevelEncryptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowedMethods" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedMethods", "beanStyleSetterMethodName" : "setAllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link AllowedMethods.Builder} avoiding the need to create one manually via {@link AllowedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link AllowedMethods.Builder#build()} is called immediately and its result is passed to {@link #allowedMethods(AllowedMethods)}.\n@param allowedMethods a consumer that will call methods on {@link AllowedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedMethods(AllowedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.\n@deprecated Use {@link #allowedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedMethods(AllowedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedMethods", "fluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedMethods", "getterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.", "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AllowedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.", "setterMethodName" : "setAllowedMethods", "setterModel" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : null, "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : "", "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Compress" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompress", "beanStyleSetterMethodName" : "setCompress", "c2jName" : "Compress", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

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

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #compress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #compress(Boolean)}\n", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

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

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compress", "getterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "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" : "Compress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Compress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Compress", "sensitive" : false, "setterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCompress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultTTL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultTTL", "beanStyleSetterMethodName" : "setDefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultTTL(Long)}\n", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTTL", "getterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "DefaultTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultTTL", "sensitive" : false, "setterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryptionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionId", "beanStyleSetterMethodName" : "setFieldLevelEncryptionId", "c2jName" : "FieldLevelEncryptionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #fieldLevelEncryptionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionId(String)}\n", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionId", "getterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FieldLevelEncryptionId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setFieldLevelEncryptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ForwardedValues" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardedValues", "beanStyleSetterMethodName" : "setForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

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

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@deprecated Use {@link #forwardedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardedValues(ForwardedValues)}\n", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

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

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardedValues", "getterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardedValues", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "setterMethodName" : "setForwardedValues", "setterModel" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : null, "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LambdaFunctionAssociations" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionAssociations", "beanStyleSetterMethodName" : "setLambdaFunctionAssociations", "c2jName" : "LambdaFunctionAssociations", "c2jShape" : "LambdaFunctionAssociations", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

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

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.\n@deprecated Use {@link #lambdaFunctionAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}\n", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

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

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionAssociations", "getterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.", "getterModel" : { "returnType" : "LambdaFunctionAssociations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionAssociations", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.", "setterMethodName" : "setLambdaFunctionAssociations", "setterModel" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : null, "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxTTL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxTTL", "beanStyleSetterMethodName" : "setMaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #maxTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxTTL(Long)}\n", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxTTL", "getterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "MaxTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MaxTTL", "sensitive" : false, "setterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setMaxTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MinTTL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinTTL", "beanStyleSetterMethodName" : "setMinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

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

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@deprecated Use {@link #minTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minTTL(Long)}\n", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

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

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minTTL", "getterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "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" : "MinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "setterMethodName" : "setMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PathPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPathPattern", "beanStyleSetterMethodName" : "setPathPattern", "c2jName" : "PathPattern", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer 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 #pathPattern(String)}.\n@param pathPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pathPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@return The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #pathPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pathPattern(String)}\n", "documentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

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

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathPattern", "getterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@return The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer 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" : "PathPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PathPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PathPattern", "sensitive" : false, "setterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setPathPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pathPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pathPattern", "variableType" : "String", "documentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SmoothStreaming" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSmoothStreaming", "beanStyleSetterMethodName" : "setSmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

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

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@deprecated Use {@link #smoothStreaming()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #smoothStreaming(Boolean)}\n", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

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

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smoothStreaming", "getterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "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" : "SmoothStreaming", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmoothStreaming", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SmoothStreaming", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "setterMethodName" : "setSmoothStreaming", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetOriginId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetOriginId", "beanStyleSetterMethodName" : "setTargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #targetOriginId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetOriginId(String)}\n", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetOriginId", "getterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetOriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetOriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetOriginId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setTargetOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrustedSigners" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

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

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

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

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ViewerProtocolPolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerProtocolPolicyAsString", "beanStyleSetterMethodName" : "setViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer 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 #viewerProtocolPolicyAsString(String)}.\n@param viewerProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

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

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicy(String)}\n", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy", "fluentSetterMethodName" : "viewerProtocolPolicy", "getterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

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

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "setterMethodName" : "setViewerProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPathPattern", "beanStyleSetterMethodName" : "setPathPattern", "c2jName" : "PathPattern", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer 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 #pathPattern(String)}.\n@param pathPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pathPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@return The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #pathPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pathPattern(String)}\n", "documentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

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

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathPattern", "getterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@return The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer 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" : "PathPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PathPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PathPattern", "sensitive" : false, "setterDocumentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                \n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setPathPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pathPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pathPattern", "variableType" : "String", "documentation" : "

                                The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to. When CloudFront receives a viewer request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution.

                                You can optionally include a slash (/) at the beginning of the path pattern. For example, /images/*.jpg. CloudFront behavior is the same with or without the leading /.

                                The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.

                                For more information, see Path Pattern in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetOriginId", "beanStyleSetterMethodName" : "setTargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #targetOriginId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetOriginId(String)}\n", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetOriginId", "getterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetOriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetOriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetOriginId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setTargetOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardedValues", "beanStyleSetterMethodName" : "setForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

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

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@deprecated Use {@link #forwardedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardedValues(ForwardedValues)}\n", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

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

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardedValues", "getterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardedValues", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "setterMethodName" : "setForwardedValues", "setterModel" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : null, "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

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

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

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

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerProtocolPolicyAsString", "beanStyleSetterMethodName" : "setViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer 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 #viewerProtocolPolicyAsString(String)}.\n@param viewerProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

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

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicy(String)}\n", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy", "fluentSetterMethodName" : "viewerProtocolPolicy", "getterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

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

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "setterMethodName" : "setViewerProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinTTL", "beanStyleSetterMethodName" : "setMinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

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

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@deprecated Use {@link #minTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minTTL(Long)}\n", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

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

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minTTL", "getterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "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" : "MinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "setterMethodName" : "setMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedMethods", "beanStyleSetterMethodName" : "setAllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link AllowedMethods.Builder} avoiding the need to create one manually via {@link AllowedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link AllowedMethods.Builder#build()} is called immediately and its result is passed to {@link #allowedMethods(AllowedMethods)}.\n@param allowedMethods a consumer that will call methods on {@link AllowedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedMethods(AllowedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.\n@deprecated Use {@link #allowedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedMethods(AllowedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedMethods", "fluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedMethods", "getterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.", "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AllowedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.", "setterMethodName" : "setAllowedMethods", "setterModel" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : null, "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : "", "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSmoothStreaming", "beanStyleSetterMethodName" : "setSmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

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

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@deprecated Use {@link #smoothStreaming()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #smoothStreaming(Boolean)}\n", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

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

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smoothStreaming", "getterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "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" : "SmoothStreaming", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmoothStreaming", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SmoothStreaming", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "setterMethodName" : "setSmoothStreaming", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultTTL", "beanStyleSetterMethodName" : "setDefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultTTL(Long)}\n", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTTL", "getterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "DefaultTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultTTL", "sensitive" : false, "setterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxTTL", "beanStyleSetterMethodName" : "setMaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #maxTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxTTL(Long)}\n", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

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

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxTTL", "getterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "MaxTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MaxTTL", "sensitive" : false, "setterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setMaxTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompress", "beanStyleSetterMethodName" : "setCompress", "c2jName" : "Compress", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

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

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #compress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #compress(Boolean)}\n", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

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

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compress", "getterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "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" : "Compress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Compress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Compress", "sensitive" : false, "setterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCompress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionAssociations", "beanStyleSetterMethodName" : "setLambdaFunctionAssociations", "c2jName" : "LambdaFunctionAssociations", "c2jShape" : "LambdaFunctionAssociations", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

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

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.\n@deprecated Use {@link #lambdaFunctionAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}\n", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

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

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionAssociations", "getterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.", "getterModel" : { "returnType" : "LambdaFunctionAssociations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionAssociations", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.", "setterMethodName" : "setLambdaFunctionAssociations", "setterModel" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : null, "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionId", "beanStyleSetterMethodName" : "setFieldLevelEncryptionId", "c2jName" : "FieldLevelEncryptionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #fieldLevelEncryptionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionId(String)}\n", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

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

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionId", "getterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FieldLevelEncryptionId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setFieldLevelEncryptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PathPattern", "TargetOriginId", "ForwardedValues", "TrustedSigners", "ViewerProtocolPolicy", "MinTTL" ], "shapeName" : "CacheBehavior", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CacheBehavior", "variableName" : "cacheBehavior", "variableType" : "CacheBehavior", "documentation" : null, "simpleType" : "CacheBehavior", "variableSetterType" : "CacheBehavior" }, "wrapper" : false, "xmlNamespace" : null }, "CacheBehaviors" : { "c2jName" : "CacheBehaviors", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of cache behaviors for this distribution.

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

                                The number of cache behaviors for this distribution.

                                \n@return The number of cache behaviors for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of cache behaviors for this distribution.

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

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@return The number of cache behaviors for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of cache behaviors for this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CacheBehaviorList", "defaultConsumerFluentSetterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

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

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n

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

                                \n

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

                                \n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

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

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n

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

                                \n

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

                                \n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CacheBehavior", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheBehavior.Builder} avoiding the need to create one manually via {@link CacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #member(CacheBehavior)}.\n@param member a consumer that will call methods on {@link CacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CacheBehavior)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehavior", "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" : "CacheBehavior", "variableName" : "member", "variableType" : "CacheBehavior", "documentation" : null, "simpleType" : "CacheBehavior", "variableSetterType" : "CacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehavior", "variableName" : "member", "variableType" : "CacheBehavior", "documentation" : "", "simpleType" : "CacheBehavior", "variableSetterType" : "CacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheBehavior", "memberType" : "CacheBehavior", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheBehavior", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CacheBehaviorList", "defaultConsumerFluentSetterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

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

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n

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

                                \n

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

                                \n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

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

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n

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

                                \n

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

                                \n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CacheBehavior", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheBehavior.Builder} avoiding the need to create one manually via {@link CacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #member(CacheBehavior)}.\n@param member a consumer that will call methods on {@link CacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CacheBehavior)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehavior", "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" : "CacheBehavior", "variableName" : "member", "variableType" : "CacheBehavior", "documentation" : null, "simpleType" : "CacheBehavior", "variableSetterType" : "CacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehavior", "variableName" : "member", "variableType" : "CacheBehavior", "documentation" : "", "simpleType" : "CacheBehavior", "variableSetterType" : "CacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheBehavior", "memberType" : "CacheBehavior", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheBehavior", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of cache behaviors for this distribution.

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

                                The number of cache behaviors for this distribution.

                                \n@return The number of cache behaviors for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of cache behaviors for this distribution.

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

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@return The number of cache behaviors for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of cache behaviors for this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of cache behaviors for this distribution.

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

                                The number of cache behaviors for this distribution.

                                \n@return The number of cache behaviors for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of cache behaviors for this distribution.

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

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@return The number of cache behaviors for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of cache behaviors for this distribution.

                                \n@param quantity The number of cache behaviors for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of cache behaviors for this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CacheBehaviorList", "defaultConsumerFluentSetterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

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

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n

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

                                \n

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

                                \n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

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

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n

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

                                \n

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

                                \n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CacheBehavior", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheBehavior.Builder} avoiding the need to create one manually via {@link CacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #member(CacheBehavior)}.\n@param member a consumer that will call methods on {@link CacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CacheBehavior)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehavior", "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" : "CacheBehavior", "variableName" : "member", "variableType" : "CacheBehavior", "documentation" : null, "simpleType" : "CacheBehavior", "variableSetterType" : "CacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehavior", "variableName" : "member", "variableType" : "CacheBehavior", "documentation" : "", "simpleType" : "CacheBehavior", "variableSetterType" : "CacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheBehavior", "memberType" : "CacheBehavior", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheBehavior", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

                                \n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

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

                                A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices:

                                • CloudFront caches responses to GET and HEAD requests.

                                • CloudFront caches responses to GET, HEAD, and OPTIONS requests.

                                If you pick the second choice for your Amazon S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers, and Origin headers for the responses to be cached correctly.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

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

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@return The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

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

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@return The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "MethodsList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

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

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

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

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Method", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

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

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

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

                                \n@return The value of the Member property for this object.\n@see Method", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Method", "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" : "Method", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "MethodsList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

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

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

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

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Method", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

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

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

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

                                \n@return The value of the Member property for this object.\n@see Method", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Method", "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" : "Method", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

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

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@return The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

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

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@return The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

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

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@return The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

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

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@return The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                \n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "MethodsList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

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

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

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

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n

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

                                \n

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

                                \n@return A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Method", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

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

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

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

                                \n@return The value of the Member property for this object.\n@see Method", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Method", "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" : "Method", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

                                \n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

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

                                You can't change the value of a public key.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CannotChangeImmutablePublicKeyFields", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CannotChangeImmutablePublicKeyFieldsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CannotChangeImmutablePublicKeyFieldsException", "variableName" : "cannotChangeImmutablePublicKeyFieldsException", "variableType" : "CannotChangeImmutablePublicKeyFieldsException", "documentation" : null, "simpleType" : "CannotChangeImmutablePublicKeyFieldsException", "variableSetterType" : "CannotChangeImmutablePublicKeyFieldsException" }, "wrapper" : false, "xmlNamespace" : null }, "CertificateSource" : { "c2jName" : "CertificateSource", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CLOUDFRONT", "value" : "cloudfront" }, { "name" : "IAM", "value" : "iam" }, { "name" : "ACM", "value" : "acm" } ], "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" : "CertificateSource", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CertificateSource", "variableName" : "certificateSource", "variableType" : "CertificateSource", "documentation" : null, "simpleType" : "CertificateSource", "variableSetterType" : "CertificateSource" }, "wrapper" : false, "xmlNamespace" : null }, "CloudFrontOriginAccessIdentity" : { "c2jName" : "CloudFrontOriginAccessIdentity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                CloudFront origin access identity.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

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

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

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

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity, for example, E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3CanonicalUserId", "beanStyleSetterMethodName" : "setS3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@deprecated Use {@link #s3CanonicalUserId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3CanonicalUserId(String)}\n", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3CanonicalUserId", "getterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3CanonicalUserId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3CanonicalUserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3CanonicalUserId", "sensitive" : false, "setterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.", "setterMethodName" : "setS3CanonicalUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                The current configuration information for the identity.

                                ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudFrontOriginAccessIdentityConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                The current configuration information for the identity.

                                ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

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

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

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

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity, for example, E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3CanonicalUserId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3CanonicalUserId", "beanStyleSetterMethodName" : "setS3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@deprecated Use {@link #s3CanonicalUserId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3CanonicalUserId(String)}\n", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3CanonicalUserId", "getterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3CanonicalUserId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3CanonicalUserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3CanonicalUserId", "sensitive" : false, "setterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.", "setterMethodName" : "setS3CanonicalUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

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

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

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

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity, for example, E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity, for example, E74FTE3AJFJ256A.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for the origin access identity, for example, E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3CanonicalUserId", "beanStyleSetterMethodName" : "setS3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@deprecated Use {@link #s3CanonicalUserId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3CanonicalUserId(String)}\n", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3CanonicalUserId", "getterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3CanonicalUserId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3CanonicalUserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3CanonicalUserId", "sensitive" : false, "setterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.", "setterMethodName" : "setS3CanonicalUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                The current configuration information for the identity.

                                ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "S3CanonicalUserId" ], "shapeName" : "CloudFrontOriginAccessIdentity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "wrapper" : false, "xmlNamespace" : null }, "CloudFrontOriginAccessIdentityAlreadyExistsException" : { "c2jName" : "CloudFrontOriginAccessIdentityAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

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

                                Origin access identity configuration. Send a GET request to the /CloudFront API version/CloudFront/identity ID/config resource.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

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

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

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

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Any comments you want to include about the origin access identity.

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

                                Any comments you want to include about the origin access identity.

                                \n@return Any comments you want to include about the origin access identity.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                Any comments you want to include about the origin access identity.

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

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@return Any comments you want to include about the origin access identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                Any comments you want to include about the origin access identity.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

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

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

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

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Any comments you want to include about the origin access identity.

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

                                Any comments you want to include about the origin access identity.

                                \n@return Any comments you want to include about the origin access identity.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                Any comments you want to include about the origin access identity.

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

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@return Any comments you want to include about the origin access identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                Any comments you want to include about the origin access identity.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

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

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

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

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created.

                                If the CallerReference is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request.

                                If the CallerReference is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Any comments you want to include about the origin access identity.

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

                                Any comments you want to include about the origin access identity.

                                \n@return Any comments you want to include about the origin access identity.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                Any comments you want to include about the origin access identity.

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

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@return Any comments you want to include about the origin access identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                Any comments you want to include about the origin access identity.

                                \n@param comment Any comments you want to include about the origin access identity.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                Any comments you want to include about the origin access identity.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CallerReference", "Comment" ], "shapeName" : "CloudFrontOriginAccessIdentityConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "wrapper" : false, "xmlNamespace" : null }, "CloudFrontOriginAccessIdentityInUseException" : { "c2jName" : "CloudFrontOriginAccessIdentityInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The Origin Access Identity specified is already in use.

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

                                Lists the origin access identities for CloudFront.Send a GET request to the /CloudFront API version/origin-access-identity/cloudfront resource. The response includes a CloudFrontOriginAccessIdentityList element with zero or more CloudFrontOriginAccessIdentitySummary child elements. By default, your entire list of origin access identities is returned in one single page. If the list is long, you can paginate it using the MaxItems and Marker parameters.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

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

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

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

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

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

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

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

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

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

                                The maximum number of origin access identities you want in the response body.

                                \n@return The maximum number of origin access identities you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of origin access identities you want in the response body.

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

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@return The maximum number of origin access identities you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of origin access identities you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

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

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

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

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

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

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@return The number of CloudFront origin access identities that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

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

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@return The number of CloudFront origin access identities that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CloudFrontOriginAccessIdentitySummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

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

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

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

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudFrontOriginAccessIdentitySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentitySummary.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentitySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentitySummary.Builder#build()} is called immediately and its result is passed to {@link #member(CloudFrontOriginAccessIdentitySummary)}.\n@param member a consumer that will call methods on {@link CloudFrontOriginAccessIdentitySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudFrontOriginAccessIdentitySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CloudFrontOriginAccessIdentitySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "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" : "CloudFrontOriginAccessIdentitySummary", "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : "", "simpleType" : "CloudFrontOriginAccessIdentitySummary", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CloudFrontOriginAccessIdentitySummary", "memberType" : "CloudFrontOriginAccessIdentitySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsTruncated" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

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

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

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

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CloudFrontOriginAccessIdentitySummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

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

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

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

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudFrontOriginAccessIdentitySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentitySummary.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentitySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentitySummary.Builder#build()} is called immediately and its result is passed to {@link #member(CloudFrontOriginAccessIdentitySummary)}.\n@param member a consumer that will call methods on {@link CloudFrontOriginAccessIdentitySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudFrontOriginAccessIdentitySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CloudFrontOriginAccessIdentitySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "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" : "CloudFrontOriginAccessIdentitySummary", "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : "", "simpleType" : "CloudFrontOriginAccessIdentitySummary", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CloudFrontOriginAccessIdentitySummary", "memberType" : "CloudFrontOriginAccessIdentitySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

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

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

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

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

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

                                The maximum number of origin access identities you want in the response body.

                                \n@return The maximum number of origin access identities you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of origin access identities you want in the response body.

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

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@return The maximum number of origin access identities you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of origin access identities you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

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

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

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

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

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

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@return The number of CloudFront origin access identities that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

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

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@return The number of CloudFront origin access identities that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

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

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

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

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

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

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

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

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

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

                                The maximum number of origin access identities you want in the response body.

                                \n@return The maximum number of origin access identities you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of origin access identities you want in the response body.

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

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@return The maximum number of origin access identities you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of origin access identities you want in the response body.

                                \n@param maxItems The maximum number of origin access identities you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of origin access identities you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

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

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

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

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                \n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

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

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@return The number of CloudFront origin access identities that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

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

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@return The number of CloudFront origin access identities that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                \n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of CloudFront origin access identities that were created by the current AWS account.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CloudFrontOriginAccessIdentitySummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

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

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

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

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudFrontOriginAccessIdentitySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentitySummary.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentitySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentitySummary.Builder#build()} is called immediately and its result is passed to {@link #member(CloudFrontOriginAccessIdentitySummary)}.\n@param member a consumer that will call methods on {@link CloudFrontOriginAccessIdentitySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudFrontOriginAccessIdentitySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CloudFrontOriginAccessIdentitySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "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" : "CloudFrontOriginAccessIdentitySummary", "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : "", "simpleType" : "CloudFrontOriginAccessIdentitySummary", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CloudFrontOriginAccessIdentitySummary", "memberType" : "CloudFrontOriginAccessIdentitySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                \n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ], "shapeName" : "CloudFrontOriginAccessIdentityList", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityList", "variableSetterType" : "CloudFrontOriginAccessIdentityList" }, "wrapper" : false, "xmlNamespace" : null }, "CloudFrontOriginAccessIdentitySummary" : { "c2jName" : "CloudFrontOriginAccessIdentitySummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Summary of the information about a CloudFront origin access identity.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

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

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

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

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3CanonicalUserId", "beanStyleSetterMethodName" : "setS3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@deprecated Use {@link #s3CanonicalUserId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3CanonicalUserId(String)}\n", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3CanonicalUserId", "getterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3CanonicalUserId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3CanonicalUserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3CanonicalUserId", "sensitive" : false, "setterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "setterMethodName" : "setS3CanonicalUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

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

                                The comment for this origin access identity, as originally specified when created.

                                \n@return The comment for this origin access identity, as originally specified when created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                The comment for this origin access identity, as originally specified when created.

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

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@return The comment for this origin access identity, as originally specified when created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

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

                                The comment for this origin access identity, as originally specified when created.

                                \n@return The comment for this origin access identity, as originally specified when created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                The comment for this origin access identity, as originally specified when created.

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

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@return The comment for this origin access identity, as originally specified when created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

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

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

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

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3CanonicalUserId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3CanonicalUserId", "beanStyleSetterMethodName" : "setS3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@deprecated Use {@link #s3CanonicalUserId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3CanonicalUserId(String)}\n", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3CanonicalUserId", "getterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3CanonicalUserId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3CanonicalUserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3CanonicalUserId", "sensitive" : false, "setterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "setterMethodName" : "setS3CanonicalUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

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

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

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

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                \n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for the origin access identity. For example: E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3CanonicalUserId", "beanStyleSetterMethodName" : "setS3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@deprecated Use {@link #s3CanonicalUserId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3CanonicalUserId(String)}\n", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

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

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3CanonicalUserId", "getterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3CanonicalUserId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3CanonicalUserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3CanonicalUserId", "sensitive" : false, "setterDocumentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                \n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "setterMethodName" : "setS3CanonicalUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3CanonicalUserId", "variableType" : "String", "documentation" : "

                                The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

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

                                The comment for this origin access identity, as originally specified when created.

                                \n@return The comment for this origin access identity, as originally specified when created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                The comment for this origin access identity, as originally specified when created.

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

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@return The comment for this origin access identity, as originally specified when created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                \n@param comment The comment for this origin access identity, as originally specified when created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                The comment for this origin access identity, as originally specified when created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "S3CanonicalUserId", "Comment" ], "shapeName" : "CloudFrontOriginAccessIdentitySummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "variableName" : "cloudFrontOriginAccessIdentitySummary", "variableType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary" }, "wrapper" : false, "xmlNamespace" : null }, "CnameAlreadyExistsException" : { "c2jName" : "CNAMEAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The CNAME specified is already defined for CloudFront.

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

                                A field-level encryption content type profile.

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

                                The format for a field-level encryption content type-profile mapping.

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

                                The format for a field-level encryption content type-profile mapping.

                                \n

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

                                \n@return The format for a field-level encryption content type-profile mapping.\n@see Format\n@deprecated Use {@link #formatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format\n@return Returns a reference to this object so that method calls can be chained together.\n@see Format\n@deprecated Use {@link #format(String)}\n", "documentation" : "

                                The format for a field-level encryption content type-profile mapping.

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

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format\n@return Returns a reference to this object so that method calls can be chained together.\n@see Format", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n

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

                                \n@return The format for a field-level encryption content type-profile mapping.\n@see Format", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Format", "sensitive" : false, "setterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileId", "beanStyleSetterMethodName" : "setProfileId", "c2jName" : "ProfileId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

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

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@return The profile ID for a field-level encryption content type-profile mapping.\n@deprecated Use {@link #profileId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileId(String)}\n", "documentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

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

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileId", "getterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@return The profile ID for a field-level encryption content type-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProfileId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProfileId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileId", "sensitive" : false, "setterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.", "setterMethodName" : "setProfileId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

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

                                The content type for a field-level encryption content type-profile mapping.

                                \n@return The content type for a field-level encryption content type-profile mapping.\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

                                The content type for a field-level encryption content type-profile mapping.

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

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@return The content type for a field-level encryption content type-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContentType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

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

                                The content type for a field-level encryption content type-profile mapping.

                                \n@return The content type for a field-level encryption content type-profile mapping.\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

                                The content type for a field-level encryption content type-profile mapping.

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

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@return The content type for a field-level encryption content type-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Format" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFormatAsString", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "Format", "defaultConsumerFluentSetterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

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

                                The format for a field-level encryption content type-profile mapping.

                                \n

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

                                \n@return The format for a field-level encryption content type-profile mapping.\n@see Format\n@deprecated Use {@link #formatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format\n@return Returns a reference to this object so that method calls can be chained together.\n@see Format\n@deprecated Use {@link #format(String)}\n", "documentation" : "

                                The format for a field-level encryption content type-profile mapping.

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

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format\n@return Returns a reference to this object so that method calls can be chained together.\n@see Format", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n

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

                                \n@return The format for a field-level encryption content type-profile mapping.\n@see Format", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Format", "sensitive" : false, "setterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProfileId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileId", "beanStyleSetterMethodName" : "setProfileId", "c2jName" : "ProfileId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

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

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@return The profile ID for a field-level encryption content type-profile mapping.\n@deprecated Use {@link #profileId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileId(String)}\n", "documentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

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

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileId", "getterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@return The profile ID for a field-level encryption content type-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProfileId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProfileId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileId", "sensitive" : false, "setterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.", "setterMethodName" : "setProfileId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFormatAsString", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "Format", "defaultConsumerFluentSetterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

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

                                The format for a field-level encryption content type-profile mapping.

                                \n

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

                                \n@return The format for a field-level encryption content type-profile mapping.\n@see Format\n@deprecated Use {@link #formatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format\n@return Returns a reference to this object so that method calls can be chained together.\n@see Format\n@deprecated Use {@link #format(String)}\n", "documentation" : "

                                The format for a field-level encryption content type-profile mapping.

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

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format\n@return Returns a reference to this object so that method calls can be chained together.\n@see Format", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n

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

                                \n@return The format for a field-level encryption content type-profile mapping.\n@see Format", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Format", "sensitive" : false, "setterDocumentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                \n@param format The format for a field-level encryption content type-profile mapping.\n@see Format", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                The format for a field-level encryption content type-profile mapping.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileId", "beanStyleSetterMethodName" : "setProfileId", "c2jName" : "ProfileId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

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

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@return The profile ID for a field-level encryption content type-profile mapping.\n@deprecated Use {@link #profileId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileId(String)}\n", "documentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

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

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileId", "getterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@return The profile ID for a field-level encryption content type-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProfileId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProfileId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileId", "sensitive" : false, "setterDocumentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                \n@param profileId The profile ID for a field-level encryption content type-profile mapping.", "setterMethodName" : "setProfileId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : "

                                The profile ID for a field-level encryption content type-profile mapping.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

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

                                The content type for a field-level encryption content type-profile mapping.

                                \n@return The content type for a field-level encryption content type-profile mapping.\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

                                The content type for a field-level encryption content type-profile mapping.

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

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@return The content type for a field-level encryption content type-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

                                The content type for a field-level encryption content type-profile mapping.

                                \n@param contentType The content type for a field-level encryption content type-profile mapping.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

                                The content type for a field-level encryption content type-profile mapping.

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

                                The configuration for a field-level encryption content type-profile mapping.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardWhenContentTypeIsUnknown", "beanStyleSetterMethodName" : "setForwardWhenContentTypeIsUnknown", "c2jName" : "ForwardWhenContentTypeIsUnknown", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

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

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@return The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@deprecated Use {@link #forwardWhenContentTypeIsUnknown()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardWhenContentTypeIsUnknown(Boolean)}\n", "documentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

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

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardWhenContentTypeIsUnknown", "getterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@return The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.", "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" : "ForwardWhenContentTypeIsUnknown", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardWhenContentTypeIsUnknown", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardWhenContentTypeIsUnknown", "sensitive" : false, "setterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.", "setterMethodName" : "setForwardWhenContentTypeIsUnknown", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenContentTypeIsUnknown", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenContentTypeIsUnknown", "variableType" : "Boolean", "documentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfiles", "beanStyleSetterMethodName" : "setContentTypeProfiles", "c2jName" : "ContentTypeProfiles", "c2jShape" : "ContentTypeProfiles", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

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

                                The configuration for a field-level encryption content type-profile.

                                \n@return The configuration for a field-level encryption content type-profile.\n@deprecated Use {@link #contentTypeProfiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfiles(ContentTypeProfiles)}\n", "documentation" : "

                                The configuration for a field-level encryption content type-profile.

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

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfiles", "getterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@return The configuration for a field-level encryption content type-profile.", "getterModel" : { "returnType" : "ContentTypeProfiles", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfiles", "sensitive" : false, "setterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.", "setterMethodName" : "setContentTypeProfiles", "setterModel" : { "variableDeclarationType" : "ContentTypeProfiles", "variableName" : "contentTypeProfiles", "variableType" : "ContentTypeProfiles", "documentation" : null, "simpleType" : "ContentTypeProfiles", "variableSetterType" : "ContentTypeProfiles" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfiles", "variableName" : "contentTypeProfiles", "variableType" : "ContentTypeProfiles", "documentation" : "

                                The configuration for a field-level encryption content type-profile.

                                ", "simpleType" : "ContentTypeProfiles", "variableSetterType" : "ContentTypeProfiles" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContentTypeProfiles" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfiles", "beanStyleSetterMethodName" : "setContentTypeProfiles", "c2jName" : "ContentTypeProfiles", "c2jShape" : "ContentTypeProfiles", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

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

                                The configuration for a field-level encryption content type-profile.

                                \n@return The configuration for a field-level encryption content type-profile.\n@deprecated Use {@link #contentTypeProfiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfiles(ContentTypeProfiles)}\n", "documentation" : "

                                The configuration for a field-level encryption content type-profile.

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

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfiles", "getterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@return The configuration for a field-level encryption content type-profile.", "getterModel" : { "returnType" : "ContentTypeProfiles", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfiles", "sensitive" : false, "setterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.", "setterMethodName" : "setContentTypeProfiles", "setterModel" : { "variableDeclarationType" : "ContentTypeProfiles", "variableName" : "contentTypeProfiles", "variableType" : "ContentTypeProfiles", "documentation" : null, "simpleType" : "ContentTypeProfiles", "variableSetterType" : "ContentTypeProfiles" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfiles", "variableName" : "contentTypeProfiles", "variableType" : "ContentTypeProfiles", "documentation" : "

                                The configuration for a field-level encryption content type-profile.

                                ", "simpleType" : "ContentTypeProfiles", "variableSetterType" : "ContentTypeProfiles" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ForwardWhenContentTypeIsUnknown" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardWhenContentTypeIsUnknown", "beanStyleSetterMethodName" : "setForwardWhenContentTypeIsUnknown", "c2jName" : "ForwardWhenContentTypeIsUnknown", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

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

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@return The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@deprecated Use {@link #forwardWhenContentTypeIsUnknown()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardWhenContentTypeIsUnknown(Boolean)}\n", "documentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

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

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardWhenContentTypeIsUnknown", "getterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@return The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.", "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" : "ForwardWhenContentTypeIsUnknown", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardWhenContentTypeIsUnknown", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardWhenContentTypeIsUnknown", "sensitive" : false, "setterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.", "setterMethodName" : "setForwardWhenContentTypeIsUnknown", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenContentTypeIsUnknown", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenContentTypeIsUnknown", "variableType" : "Boolean", "documentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardWhenContentTypeIsUnknown", "beanStyleSetterMethodName" : "setForwardWhenContentTypeIsUnknown", "c2jName" : "ForwardWhenContentTypeIsUnknown", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

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

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@return The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@deprecated Use {@link #forwardWhenContentTypeIsUnknown()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardWhenContentTypeIsUnknown(Boolean)}\n", "documentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

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

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardWhenContentTypeIsUnknown", "getterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@return The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.", "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" : "ForwardWhenContentTypeIsUnknown", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardWhenContentTypeIsUnknown", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardWhenContentTypeIsUnknown", "sensitive" : false, "setterDocumentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                \n@param forwardWhenContentTypeIsUnknown The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.", "setterMethodName" : "setForwardWhenContentTypeIsUnknown", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenContentTypeIsUnknown", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenContentTypeIsUnknown", "variableType" : "Boolean", "documentation" : "

                                The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfiles", "beanStyleSetterMethodName" : "setContentTypeProfiles", "c2jName" : "ContentTypeProfiles", "c2jShape" : "ContentTypeProfiles", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

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

                                The configuration for a field-level encryption content type-profile.

                                \n@return The configuration for a field-level encryption content type-profile.\n@deprecated Use {@link #contentTypeProfiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfiles(ContentTypeProfiles)}\n", "documentation" : "

                                The configuration for a field-level encryption content type-profile.

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

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfiles", "getterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@return The configuration for a field-level encryption content type-profile.", "getterModel" : { "returnType" : "ContentTypeProfiles", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfiles", "sensitive" : false, "setterDocumentation" : "

                                The configuration for a field-level encryption content type-profile.

                                \n@param contentTypeProfiles The configuration for a field-level encryption content type-profile.", "setterMethodName" : "setContentTypeProfiles", "setterModel" : { "variableDeclarationType" : "ContentTypeProfiles", "variableName" : "contentTypeProfiles", "variableType" : "ContentTypeProfiles", "documentation" : null, "simpleType" : "ContentTypeProfiles", "variableSetterType" : "ContentTypeProfiles" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfiles", "variableName" : "contentTypeProfiles", "variableType" : "ContentTypeProfiles", "documentation" : "

                                The configuration for a field-level encryption content type-profile.

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

                                Field-level encryption content type-profile.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

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

                                The number of field-level encryption content type-profile mappings.

                                \n@return The number of field-level encryption content type-profile mappings.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption content type-profile mappings.

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

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@return The number of field-level encryption content type-profile mappings.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption content type-profile mappings.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ContentTypeProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

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

                                Items in a field-level encryption content type-profile mapping.

                                \n

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

                                \n

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

                                \n@return Items in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Items in a field-level encryption content type-profile mapping.

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

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n

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

                                \n

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

                                \n@return Items in a field-level encryption content type-profile mapping.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ContentTypeProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ContentTypeProfile.Builder} avoiding the need to create one manually via {@link ContentTypeProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfile.Builder#build()} is called immediately and its result is passed to {@link #member(ContentTypeProfile)}.\n@param member a consumer that will call methods on {@link ContentTypeProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ContentTypeProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ContentTypeProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ContentTypeProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfile", "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" : "ContentTypeProfile", "variableName" : "member", "variableType" : "ContentTypeProfile", "documentation" : null, "simpleType" : "ContentTypeProfile", "variableSetterType" : "ContentTypeProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfile", "variableName" : "member", "variableType" : "ContentTypeProfile", "documentation" : "", "simpleType" : "ContentTypeProfile", "variableSetterType" : "ContentTypeProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "ContentTypeProfile", "memberType" : "ContentTypeProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ContentTypeProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ContentTypeProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

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

                                Items in a field-level encryption content type-profile mapping.

                                \n

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

                                \n

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

                                \n@return Items in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Items in a field-level encryption content type-profile mapping.

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

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n

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

                                \n

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

                                \n@return Items in a field-level encryption content type-profile mapping.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ContentTypeProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ContentTypeProfile.Builder} avoiding the need to create one manually via {@link ContentTypeProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfile.Builder#build()} is called immediately and its result is passed to {@link #member(ContentTypeProfile)}.\n@param member a consumer that will call methods on {@link ContentTypeProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ContentTypeProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ContentTypeProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ContentTypeProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfile", "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" : "ContentTypeProfile", "variableName" : "member", "variableType" : "ContentTypeProfile", "documentation" : null, "simpleType" : "ContentTypeProfile", "variableSetterType" : "ContentTypeProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfile", "variableName" : "member", "variableType" : "ContentTypeProfile", "documentation" : "", "simpleType" : "ContentTypeProfile", "variableSetterType" : "ContentTypeProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "ContentTypeProfile", "memberType" : "ContentTypeProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ContentTypeProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

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

                                The number of field-level encryption content type-profile mappings.

                                \n@return The number of field-level encryption content type-profile mappings.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption content type-profile mappings.

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

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@return The number of field-level encryption content type-profile mappings.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption content type-profile mappings.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

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

                                The number of field-level encryption content type-profile mappings.

                                \n@return The number of field-level encryption content type-profile mappings.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption content type-profile mappings.

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

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@return The number of field-level encryption content type-profile mappings.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption content type-profile mappings.

                                \n@param quantity The number of field-level encryption content type-profile mappings.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption content type-profile mappings.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ContentTypeProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

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

                                Items in a field-level encryption content type-profile mapping.

                                \n

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

                                \n

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

                                \n@return Items in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Items in a field-level encryption content type-profile mapping.

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

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n

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

                                \n

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

                                \n@return Items in a field-level encryption content type-profile mapping.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ContentTypeProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ContentTypeProfile.Builder} avoiding the need to create one manually via {@link ContentTypeProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfile.Builder#build()} is called immediately and its result is passed to {@link #member(ContentTypeProfile)}.\n@param member a consumer that will call methods on {@link ContentTypeProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ContentTypeProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ContentTypeProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ContentTypeProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfile", "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" : "ContentTypeProfile", "variableName" : "member", "variableType" : "ContentTypeProfile", "documentation" : null, "simpleType" : "ContentTypeProfile", "variableSetterType" : "ContentTypeProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfile", "variableName" : "member", "variableType" : "ContentTypeProfile", "documentation" : "", "simpleType" : "ContentTypeProfile", "variableSetterType" : "ContentTypeProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "ContentTypeProfile", "memberType" : "ContentTypeProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ContentTypeProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Items in a field-level encryption content type-profile mapping.

                                \n@param items Items in a field-level encryption content type-profile mapping.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Items in a field-level encryption content type-profile mapping.

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

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

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

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@return The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

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

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@return The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CookieNameList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

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

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

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

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CookieNameList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

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

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

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

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

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

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@return The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

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

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@return The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

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

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@return The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

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

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@return The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                \n@param quantity The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of different cookies that you want CloudFront to forward to the origin for this cache behavior. The value must equal the number of items that are in the Items field.

                                When you set Forward = whitelist (in the CookiePreferences object), this value must be 1 or higher.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CookieNameList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

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

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

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

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n

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

                                \n

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

                                \n@return A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

                                \n@param items A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior. It must contain the same number of items that is specified in the Quantity field.

                                When you set Forward = whitelist (in the CookiePreferences object), this field must contain at least one item.

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

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see Caching Content Based on Cookies in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardAsString", "beanStyleSetterMethodName" : "setForward", "c2jName" : "Forward", "c2jShape" : "ItemSelection", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

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

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n

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

                                \n@return Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@deprecated Use {@link #forwardAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection\n@deprecated Use {@link #forward(String)}\n", "documentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

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

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection", "fluentSetterMethodName" : "forward", "getterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n

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

                                \n@return Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Forward", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Forward", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Forward", "sensitive" : false, "setterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection", "setterMethodName" : "setForward", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "forward", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "forward", "variableType" : "String", "documentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWhitelistedNames", "beanStyleSetterMethodName" : "setWhitelistedNames", "c2jName" : "WhitelistedNames", "c2jShape" : "CookieNames", "defaultConsumerFluentSetterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

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

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@return Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@deprecated Use {@link #whitelistedNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #whitelistedNames(CookieNames)}\n", "documentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

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

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "whitelistedNames", "getterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@return Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.", "getterModel" : { "returnType" : "CookieNames", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WhitelistedNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WhitelistedNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "WhitelistedNames", "sensitive" : false, "setterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.", "setterMethodName" : "setWhitelistedNames", "setterModel" : { "variableDeclarationType" : "CookieNames", "variableName" : "whitelistedNames", "variableType" : "CookieNames", "documentation" : null, "simpleType" : "CookieNames", "variableSetterType" : "CookieNames" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CookieNames", "variableName" : "whitelistedNames", "variableType" : "CookieNames", "documentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                ", "simpleType" : "CookieNames", "variableSetterType" : "CookieNames" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Forward" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardAsString", "beanStyleSetterMethodName" : "setForward", "c2jName" : "Forward", "c2jShape" : "ItemSelection", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

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

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n

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

                                \n@return Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@deprecated Use {@link #forwardAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection\n@deprecated Use {@link #forward(String)}\n", "documentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

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

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection", "fluentSetterMethodName" : "forward", "getterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n

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

                                \n@return Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Forward", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Forward", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Forward", "sensitive" : false, "setterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection", "setterMethodName" : "setForward", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "forward", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "forward", "variableType" : "String", "documentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WhitelistedNames" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWhitelistedNames", "beanStyleSetterMethodName" : "setWhitelistedNames", "c2jName" : "WhitelistedNames", "c2jShape" : "CookieNames", "defaultConsumerFluentSetterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

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

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@return Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@deprecated Use {@link #whitelistedNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #whitelistedNames(CookieNames)}\n", "documentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

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

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "whitelistedNames", "getterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@return Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.", "getterModel" : { "returnType" : "CookieNames", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WhitelistedNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WhitelistedNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "WhitelistedNames", "sensitive" : false, "setterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.", "setterMethodName" : "setWhitelistedNames", "setterModel" : { "variableDeclarationType" : "CookieNames", "variableName" : "whitelistedNames", "variableType" : "CookieNames", "documentation" : null, "simpleType" : "CookieNames", "variableSetterType" : "CookieNames" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CookieNames", "variableName" : "whitelistedNames", "variableType" : "CookieNames", "documentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                ", "simpleType" : "CookieNames", "variableSetterType" : "CookieNames" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardAsString", "beanStyleSetterMethodName" : "setForward", "c2jName" : "Forward", "c2jShape" : "ItemSelection", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

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

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n

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

                                \n@return Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@deprecated Use {@link #forwardAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection\n@deprecated Use {@link #forward(String)}\n", "documentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

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

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection", "fluentSetterMethodName" : "forward", "getterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n

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

                                \n@return Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Forward", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Forward", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Forward", "sensitive" : false, "setterDocumentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                \n@param forward Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.\n@see ItemSelection", "setterMethodName" : "setForward", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "forward", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "forward", "variableType" : "String", "documentation" : "

                                Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.

                                Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the Forward element.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWhitelistedNames", "beanStyleSetterMethodName" : "setWhitelistedNames", "c2jName" : "WhitelistedNames", "c2jShape" : "CookieNames", "defaultConsumerFluentSetterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

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

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@return Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@deprecated Use {@link #whitelistedNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #whitelistedNames(CookieNames)}\n", "documentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

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

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "whitelistedNames", "getterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@return Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.", "getterModel" : { "returnType" : "CookieNames", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WhitelistedNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WhitelistedNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "WhitelistedNames", "sensitive" : false, "setterDocumentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                \n@param whitelistedNames Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.", "setterMethodName" : "setWhitelistedNames", "setterModel" : { "variableDeclarationType" : "CookieNames", "variableName" : "whitelistedNames", "variableType" : "CookieNames", "documentation" : null, "simpleType" : "CookieNames", "variableSetterType" : "CookieNames" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CookieNames", "variableName" : "whitelistedNames", "variableType" : "CookieNames", "documentation" : "

                                Required if you specify whitelist for the value of Forward. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.

                                If you specify all or none for the value of Forward, omit WhitelistedNames. If you change the value of Forward from whitelist to all or none and you don't delete the WhitelistedNames element and its child elements, CloudFront deletes them automatically.

                                For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference.

                                ", "simpleType" : "CookieNames", "variableSetterType" : "CookieNames" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Forward" ], "shapeName" : "CookiePreference", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CookiePreference", "variableName" : "cookiePreference", "variableType" : "CookiePreference", "documentation" : null, "simpleType" : "CookiePreference", "variableSetterType" : "CookiePreference" }, "wrapper" : false, "xmlNamespace" : null }, "CreateCloudFrontOriginAccessIdentityRequest" : { "c2jName" : "CreateCloudFrontOriginAccessIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateCloudFrontOriginAccessIdentity2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/origin-access-identity/cloudfront", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                The current configuration information for the identity.

                                ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "CloudFrontOriginAccessIdentityConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                The current configuration information for the identity.

                                ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                The current configuration information for the identity.

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

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                The current configuration information for the identity.

                                \n@return The current configuration information for the identity.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                The current configuration information for the identity.

                                \n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                The current configuration information for the identity.

                                ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CloudFrontOriginAccessIdentityConfig" ], "shapeName" : "CreateCloudFrontOriginAccessIdentityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateCloudFrontOriginAccessIdentityRequest", "variableName" : "createCloudFrontOriginAccessIdentityRequest", "variableType" : "CreateCloudFrontOriginAccessIdentityRequest", "documentation" : null, "simpleType" : "CreateCloudFrontOriginAccessIdentityRequest", "variableSetterType" : "CreateCloudFrontOriginAccessIdentityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateCloudFrontOriginAccessIdentityResponse" : { "c2jName" : "CreateCloudFrontOriginAccessIdentityResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The returned result of the corresponding request.

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

                                The origin access identity's information.

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

                                The origin access identity's information.

                                \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                The origin access identity's information.

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

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                The origin access identity's information.

                                \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                The origin access identity's information.

                                ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

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

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@return The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

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

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@return The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the origin access identity created.

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

                                The current version of the origin access identity created.

                                \n@return The current version of the origin access identity created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the origin access identity created.

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

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@return The current version of the origin access identity created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the origin access identity created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudFrontOriginAccessIdentity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentity", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "defaultConsumerFluentSetterDocumentation" : "

                                The origin access identity's information.

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

                                The origin access identity's information.

                                \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                The origin access identity's information.

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

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                The origin access identity's information.

                                \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                The origin access identity's information.

                                ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the origin access identity created.

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

                                The current version of the origin access identity created.

                                \n@return The current version of the origin access identity created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the origin access identity created.

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

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@return The current version of the origin access identity created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the origin access identity created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

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

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@return The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

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

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@return The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentity", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "defaultConsumerFluentSetterDocumentation" : "

                                The origin access identity's information.

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

                                The origin access identity's information.

                                \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                The origin access identity's information.

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

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                The origin access identity's information.

                                \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                The origin access identity's information.

                                \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                The origin access identity's information.

                                ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

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

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@return The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

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

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@return The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                \n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the origin access identity created.

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

                                The current version of the origin access identity created.

                                \n@return The current version of the origin access identity created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the origin access identity created.

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

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@return The current version of the origin access identity created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the origin access identity created.

                                \n@param eTag The current version of the origin access identity created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the origin access identity created.

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

                                The request to create a new distribution.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateDistribution2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                The distribution's configuration information.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "DistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                The distribution's configuration information.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                The distribution's configuration information.

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

                                The distribution's configuration information.

                                \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                The distribution's configuration information.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DistributionConfig" ], "shapeName" : "CreateDistributionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDistributionRequest", "variableName" : "createDistributionRequest", "variableType" : "CreateDistributionRequest", "documentation" : null, "simpleType" : "CreateDistributionRequest", "variableSetterType" : "CreateDistributionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDistributionResponse" : { "c2jName" : "CreateDistributionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The returned result of the corresponding request.

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

                                The distribution's information.

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

                                The distribution's information.

                                \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's information.

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

                                The distribution's information.

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

                                The distribution's information.

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

                                The distribution's information.

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

                                The distribution's information.

                                \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                The distribution's information.

                                ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

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

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

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

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

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

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

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

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Distribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's information.

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

                                The distribution's information.

                                \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's information.

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

                                The distribution's information.

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

                                The distribution's information.

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

                                The distribution's information.

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

                                The distribution's information.

                                \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                The distribution's information.

                                ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

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

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

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

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's information.

                                \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's information.

                                \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                The distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                The distribution's information.

                                \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                The distribution's information.

                                ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateDistributionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDistributionResponse", "variableName" : "createDistributionResponse", "variableType" : "CreateDistributionResponse", "documentation" : null, "simpleType" : "CreateDistributionResponse", "variableSetterType" : "CreateDistributionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDistributionWithTagsRequest" : { "c2jName" : "CreateDistributionWithTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The request to create a new distribution with tags.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateDistributionWithTags2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution?WithTags", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfigWithTags", "beanStyleSetterMethodName" : "setDistributionConfigWithTags", "c2jName" : "DistributionConfigWithTags", "c2jShape" : "DistributionConfigWithTags", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfigWithTags.Builder} avoiding the need to create one manually via {@link DistributionConfigWithTags#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfigWithTags.Builder#build()} is called immediately and its result is passed to {@link #distributionConfigWithTags(DistributionConfigWithTags)}.\n@param distributionConfigWithTags a consumer that will call methods on {@link DistributionConfigWithTags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfigWithTags(DistributionConfigWithTags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfigWithTags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfigWithTags(DistributionConfigWithTags)}\n", "documentation" : "

                                The distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfigWithTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfigWithTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfigWithTags", "fluentSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfigWithTags", "getterDocumentation" : "

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfigWithTags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfigWithTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfigWithTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfigWithTags", "sensitive" : false, "setterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.", "setterMethodName" : "setDistributionConfigWithTags", "setterModel" : { "variableDeclarationType" : "DistributionConfigWithTags", "variableName" : "distributionConfigWithTags", "variableType" : "DistributionConfigWithTags", "documentation" : null, "simpleType" : "DistributionConfigWithTags", "variableSetterType" : "DistributionConfigWithTags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfigWithTags", "variableName" : "distributionConfigWithTags", "variableType" : "DistributionConfigWithTags", "documentation" : "

                                The distribution's configuration information.

                                ", "simpleType" : "DistributionConfigWithTags", "variableSetterType" : "DistributionConfigWithTags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "DistributionConfigWithTags" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfigWithTags", "beanStyleSetterMethodName" : "setDistributionConfigWithTags", "c2jName" : "DistributionConfigWithTags", "c2jShape" : "DistributionConfigWithTags", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfigWithTags.Builder} avoiding the need to create one manually via {@link DistributionConfigWithTags#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfigWithTags.Builder#build()} is called immediately and its result is passed to {@link #distributionConfigWithTags(DistributionConfigWithTags)}.\n@param distributionConfigWithTags a consumer that will call methods on {@link DistributionConfigWithTags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfigWithTags(DistributionConfigWithTags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfigWithTags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfigWithTags(DistributionConfigWithTags)}\n", "documentation" : "

                                The distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfigWithTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfigWithTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfigWithTags", "fluentSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfigWithTags", "getterDocumentation" : "

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfigWithTags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfigWithTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfigWithTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfigWithTags", "sensitive" : false, "setterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.", "setterMethodName" : "setDistributionConfigWithTags", "setterModel" : { "variableDeclarationType" : "DistributionConfigWithTags", "variableName" : "distributionConfigWithTags", "variableType" : "DistributionConfigWithTags", "documentation" : null, "simpleType" : "DistributionConfigWithTags", "variableSetterType" : "DistributionConfigWithTags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfigWithTags", "variableName" : "distributionConfigWithTags", "variableType" : "DistributionConfigWithTags", "documentation" : "

                                The distribution's configuration information.

                                ", "simpleType" : "DistributionConfigWithTags", "variableSetterType" : "DistributionConfigWithTags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfigWithTags", "beanStyleSetterMethodName" : "setDistributionConfigWithTags", "c2jName" : "DistributionConfigWithTags", "c2jShape" : "DistributionConfigWithTags", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfigWithTags.Builder} avoiding the need to create one manually via {@link DistributionConfigWithTags#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfigWithTags.Builder#build()} is called immediately and its result is passed to {@link #distributionConfigWithTags(DistributionConfigWithTags)}.\n@param distributionConfigWithTags a consumer that will call methods on {@link DistributionConfigWithTags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfigWithTags(DistributionConfigWithTags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfigWithTags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfigWithTags(DistributionConfigWithTags)}\n", "documentation" : "

                                The distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfigWithTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfigWithTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfigWithTags", "fluentSetterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfigWithTags", "getterDocumentation" : "

                                The distribution's configuration information.

                                \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfigWithTags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfigWithTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfigWithTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfigWithTags", "sensitive" : false, "setterDocumentation" : "

                                The distribution's configuration information.

                                \n@param distributionConfigWithTags The distribution's configuration information.", "setterMethodName" : "setDistributionConfigWithTags", "setterModel" : { "variableDeclarationType" : "DistributionConfigWithTags", "variableName" : "distributionConfigWithTags", "variableType" : "DistributionConfigWithTags", "documentation" : null, "simpleType" : "DistributionConfigWithTags", "variableSetterType" : "DistributionConfigWithTags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfigWithTags", "variableName" : "distributionConfigWithTags", "variableType" : "DistributionConfigWithTags", "documentation" : "

                                The distribution's configuration information.

                                ", "simpleType" : "DistributionConfigWithTags", "variableSetterType" : "DistributionConfigWithTags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DistributionConfigWithTags" ], "shapeName" : "CreateDistributionWithTagsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDistributionWithTagsRequest", "variableName" : "createDistributionWithTagsRequest", "variableType" : "CreateDistributionWithTagsRequest", "documentation" : null, "simpleType" : "CreateDistributionWithTagsRequest", "variableSetterType" : "CreateDistributionWithTagsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDistributionWithTagsResponse" : { "c2jName" : "CreateDistributionWithTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The returned result of the corresponding request.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's information.

                                \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's information.

                                \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                The distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                The distribution's information.

                                \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                The distribution's information.

                                ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Distribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's information.

                                \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's information.

                                \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                The distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                The distribution's information.

                                \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                The distribution's information.

                                ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's information.

                                \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's information.

                                \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                The distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                The distribution's information.

                                \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                The distribution's information.

                                \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                The distribution's information.

                                ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateDistributionWithTagsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDistributionWithTagsResponse", "variableName" : "createDistributionWithTagsResponse", "variableType" : "CreateDistributionWithTagsResponse", "documentation" : null, "simpleType" : "CreateDistributionWithTagsResponse", "variableSetterType" : "CreateDistributionWithTagsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateFieldLevelEncryptionConfigRequest" : { "c2jName" : "CreateFieldLevelEncryptionConfigRequest", "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" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateFieldLevelEncryptionConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@return The request to create a new field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                The request to create a new field-level encryption configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@return The request to create a new field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                The request to create a new field-level encryption configuration.

                                ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "FieldLevelEncryptionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@return The request to create a new field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                The request to create a new field-level encryption configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@return The request to create a new field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                The request to create a new field-level encryption configuration.

                                ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@return The request to create a new field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                The request to create a new field-level encryption configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@return The request to create a new field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to create a new field-level encryption configuration.

                                \n@param fieldLevelEncryptionConfig The request to create a new field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                The request to create a new field-level encryption configuration.

                                ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FieldLevelEncryptionConfig" ], "shapeName" : "CreateFieldLevelEncryptionConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateFieldLevelEncryptionConfigRequest", "variableName" : "createFieldLevelEncryptionConfigRequest", "variableType" : "CreateFieldLevelEncryptionConfigRequest", "documentation" : null, "simpleType" : "CreateFieldLevelEncryptionConfigRequest", "variableSetterType" : "CreateFieldLevelEncryptionConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateFieldLevelEncryptionConfigResponse" : { "c2jName" : "CreateFieldLevelEncryptionConfigResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@return Returned when you create a new field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                Returned when you create a new field-level encryption configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@return Returned when you create a new field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                Returned when you create a new field-level encryption configuration.

                                ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryption" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@return Returned when you create a new field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                Returned when you create a new field-level encryption configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@return Returned when you create a new field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                Returned when you create a new field-level encryption configuration.

                                ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@return Returned when you create a new field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                Returned when you create a new field-level encryption configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@return Returned when you create a new field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                Returned when you create a new field-level encryption configuration.

                                \n@param fieldLevelEncryption Returned when you create a new field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                Returned when you create a new field-level encryption configuration.

                                ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateFieldLevelEncryptionConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateFieldLevelEncryptionConfigResponse", "variableName" : "createFieldLevelEncryptionConfigResponse", "variableType" : "CreateFieldLevelEncryptionConfigResponse", "documentation" : null, "simpleType" : "CreateFieldLevelEncryptionConfigResponse", "variableSetterType" : "CreateFieldLevelEncryptionConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateFieldLevelEncryptionProfileRequest" : { "c2jName" : "CreateFieldLevelEncryptionProfileRequest", "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" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateFieldLevelEncryptionProfile2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption-profile", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@return The request to create a field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                The request to create a field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@return The request to create a field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                The request to create a field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "FieldLevelEncryptionProfileConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@return The request to create a field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                The request to create a field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@return The request to create a field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                The request to create a field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@return The request to create a field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                The request to create a field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@return The request to create a field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to create a field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig The request to create a field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                The request to create a field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FieldLevelEncryptionProfileConfig" ], "shapeName" : "CreateFieldLevelEncryptionProfileRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateFieldLevelEncryptionProfileRequest", "variableName" : "createFieldLevelEncryptionProfileRequest", "variableType" : "CreateFieldLevelEncryptionProfileRequest", "documentation" : null, "simpleType" : "CreateFieldLevelEncryptionProfileRequest", "variableSetterType" : "CreateFieldLevelEncryptionProfileRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateFieldLevelEncryptionProfileResponse" : { "c2jName" : "CreateFieldLevelEncryptionProfileResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@return Returned when you create a new field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                Returned when you create a new field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@return Returned when you create a new field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                Returned when you create a new field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryptionProfile" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@return Returned when you create a new field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                Returned when you create a new field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@return Returned when you create a new field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                Returned when you create a new field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@return Returned when you create a new field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                Returned when you create a new field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@return Returned when you create a new field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                Returned when you create a new field-level encryption profile.

                                \n@param fieldLevelEncryptionProfile Returned when you create a new field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                Returned when you create a new field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new profile resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateFieldLevelEncryptionProfileResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateFieldLevelEncryptionProfileResponse", "variableName" : "createFieldLevelEncryptionProfileResponse", "variableType" : "CreateFieldLevelEncryptionProfileResponse", "documentation" : null, "simpleType" : "CreateFieldLevelEncryptionProfileResponse", "variableSetterType" : "CreateFieldLevelEncryptionProfileResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateInvalidationRequest" : { "c2jName" : "CreateInvalidationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The request to create an invalidation.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateInvalidation2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution/{DistributionId}/invalidation", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's id.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's id.

                                \n@return The distribution's id.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                The distribution's id.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                The distribution's id.

                                \n@return The distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                The distribution's id.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationBatch", "beanStyleSetterMethodName" : "setInvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "defaultConsumerFluentSetterDocumentation" : "

                                The batch information for the invalidation.

                                \nThis is a convenience that creates an instance of the {@link InvalidationBatch.Builder} avoiding the need to create one manually via {@link InvalidationBatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationBatch.Builder#build()} is called immediately and its result is passed to {@link #invalidationBatch(InvalidationBatch)}.\n@param invalidationBatch a consumer that will call methods on {@link InvalidationBatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationBatch(InvalidationBatch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@return The batch information for the invalidation.\n@deprecated Use {@link #invalidationBatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationBatch(InvalidationBatch)}\n", "documentation" : "

                                The batch information for the invalidation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationBatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationBatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationBatch", "fluentSetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationBatch", "getterDocumentation" : "

                                The batch information for the invalidation.

                                \n@return The batch information for the invalidation.", "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationBatch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationBatch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationBatch", "sensitive" : false, "setterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.", "setterMethodName" : "setInvalidationBatch", "setterModel" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : null, "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : "

                                The batch information for the invalidation.

                                ", "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "DistributionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's id.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's id.

                                \n@return The distribution's id.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                The distribution's id.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                The distribution's id.

                                \n@return The distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                The distribution's id.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InvalidationBatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationBatch", "beanStyleSetterMethodName" : "setInvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "defaultConsumerFluentSetterDocumentation" : "

                                The batch information for the invalidation.

                                \nThis is a convenience that creates an instance of the {@link InvalidationBatch.Builder} avoiding the need to create one manually via {@link InvalidationBatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationBatch.Builder#build()} is called immediately and its result is passed to {@link #invalidationBatch(InvalidationBatch)}.\n@param invalidationBatch a consumer that will call methods on {@link InvalidationBatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationBatch(InvalidationBatch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@return The batch information for the invalidation.\n@deprecated Use {@link #invalidationBatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationBatch(InvalidationBatch)}\n", "documentation" : "

                                The batch information for the invalidation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationBatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationBatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationBatch", "fluentSetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationBatch", "getterDocumentation" : "

                                The batch information for the invalidation.

                                \n@return The batch information for the invalidation.", "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationBatch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationBatch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationBatch", "sensitive" : false, "setterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.", "setterMethodName" : "setInvalidationBatch", "setterModel" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : null, "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : "

                                The batch information for the invalidation.

                                ", "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution's id.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution's id.

                                \n@return The distribution's id.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                The distribution's id.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                The distribution's id.

                                \n@return The distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                The distribution's id.

                                \n@param distributionId The distribution's id.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                The distribution's id.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationBatch", "beanStyleSetterMethodName" : "setInvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "defaultConsumerFluentSetterDocumentation" : "

                                The batch information for the invalidation.

                                \nThis is a convenience that creates an instance of the {@link InvalidationBatch.Builder} avoiding the need to create one manually via {@link InvalidationBatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationBatch.Builder#build()} is called immediately and its result is passed to {@link #invalidationBatch(InvalidationBatch)}.\n@param invalidationBatch a consumer that will call methods on {@link InvalidationBatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationBatch(InvalidationBatch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@return The batch information for the invalidation.\n@deprecated Use {@link #invalidationBatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationBatch(InvalidationBatch)}\n", "documentation" : "

                                The batch information for the invalidation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationBatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationBatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationBatch", "fluentSetterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationBatch", "getterDocumentation" : "

                                The batch information for the invalidation.

                                \n@return The batch information for the invalidation.", "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationBatch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationBatch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationBatch", "sensitive" : false, "setterDocumentation" : "

                                The batch information for the invalidation.

                                \n@param invalidationBatch The batch information for the invalidation.", "setterMethodName" : "setInvalidationBatch", "setterModel" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : null, "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : "

                                The batch information for the invalidation.

                                ", "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DistributionId", "InvalidationBatch" ], "shapeName" : "CreateInvalidationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateInvalidationRequest", "variableName" : "createInvalidationRequest", "variableType" : "CreateInvalidationRequest", "documentation" : null, "simpleType" : "CreateInvalidationRequest", "variableSetterType" : "CreateInvalidationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateInvalidationResponse" : { "c2jName" : "CreateInvalidationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The returned result of the corresponding request.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@return The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@return The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidation", "beanStyleSetterMethodName" : "setInvalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "defaultConsumerFluentSetterDocumentation" : "

                                The invalidation's information.

                                \nThis is a convenience that creates an instance of the {@link Invalidation.Builder} avoiding the need to create one manually via {@link Invalidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Invalidation.Builder#build()} is called immediately and its result is passed to {@link #invalidation(Invalidation)}.\n@param invalidation a consumer that will call methods on {@link Invalidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidation(Invalidation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The invalidation's information.

                                \n@return The invalidation's information.\n@deprecated Use {@link #invalidation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidation(Invalidation)}\n", "documentation" : "

                                The invalidation's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Invalidation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidation", "fluentSetterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidation", "getterDocumentation" : "

                                The invalidation's information.

                                \n@return The invalidation's information.", "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Invalidation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Invalidation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Invalidation", "sensitive" : false, "setterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.", "setterMethodName" : "setInvalidation", "setterModel" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : null, "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : "

                                The invalidation's information.

                                ", "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Invalidation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidation", "beanStyleSetterMethodName" : "setInvalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "defaultConsumerFluentSetterDocumentation" : "

                                The invalidation's information.

                                \nThis is a convenience that creates an instance of the {@link Invalidation.Builder} avoiding the need to create one manually via {@link Invalidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Invalidation.Builder#build()} is called immediately and its result is passed to {@link #invalidation(Invalidation)}.\n@param invalidation a consumer that will call methods on {@link Invalidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidation(Invalidation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The invalidation's information.

                                \n@return The invalidation's information.\n@deprecated Use {@link #invalidation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidation(Invalidation)}\n", "documentation" : "

                                The invalidation's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Invalidation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidation", "fluentSetterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidation", "getterDocumentation" : "

                                The invalidation's information.

                                \n@return The invalidation's information.", "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Invalidation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Invalidation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Invalidation", "sensitive" : false, "setterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.", "setterMethodName" : "setInvalidation", "setterModel" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : null, "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : "

                                The invalidation's information.

                                ", "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@return The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@return The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@return The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@return The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                \n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidation", "beanStyleSetterMethodName" : "setInvalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "defaultConsumerFluentSetterDocumentation" : "

                                The invalidation's information.

                                \nThis is a convenience that creates an instance of the {@link Invalidation.Builder} avoiding the need to create one manually via {@link Invalidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Invalidation.Builder#build()} is called immediately and its result is passed to {@link #invalidation(Invalidation)}.\n@param invalidation a consumer that will call methods on {@link Invalidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidation(Invalidation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The invalidation's information.

                                \n@return The invalidation's information.\n@deprecated Use {@link #invalidation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidation(Invalidation)}\n", "documentation" : "

                                The invalidation's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Invalidation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidation", "fluentSetterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidation", "getterDocumentation" : "

                                The invalidation's information.

                                \n@return The invalidation's information.", "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Invalidation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Invalidation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Invalidation", "sensitive" : false, "setterDocumentation" : "

                                The invalidation's information.

                                \n@param invalidation The invalidation's information.", "setterMethodName" : "setInvalidation", "setterModel" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : null, "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : "

                                The invalidation's information.

                                ", "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateInvalidationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateInvalidationResponse", "variableName" : "createInvalidationResponse", "variableType" : "CreateInvalidationResponse", "documentation" : null, "simpleType" : "CreateInvalidationResponse", "variableSetterType" : "CreateInvalidationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreatePublicKeyRequest" : { "c2jName" : "CreatePublicKeyRequest", "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" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreatePublicKey2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/public-key", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@return The request to add a public key to CloudFront.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                The request to add a public key to CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@return The request to add a public key to CloudFront.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                The request to add a public key to CloudFront.

                                ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "PublicKeyConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@return The request to add a public key to CloudFront.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                The request to add a public key to CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@return The request to add a public key to CloudFront.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                The request to add a public key to CloudFront.

                                ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@return The request to add a public key to CloudFront.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                The request to add a public key to CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@return The request to add a public key to CloudFront.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                The request to add a public key to CloudFront.

                                \n@param publicKeyConfig The request to add a public key to CloudFront.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                The request to add a public key to CloudFront.

                                ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PublicKeyConfig" ], "shapeName" : "CreatePublicKeyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreatePublicKeyRequest", "variableName" : "createPublicKeyRequest", "variableType" : "CreatePublicKeyRequest", "documentation" : null, "simpleType" : "CreatePublicKeyRequest", "variableSetterType" : "CreatePublicKeyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreatePublicKeyResponse" : { "c2jName" : "CreatePublicKeyResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you add a public key.

                                \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you add a public key.

                                \n@return Returned when you add a public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                Returned when you add a public key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                Returned when you add a public key.

                                \n@return Returned when you add a public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                Returned when you add a public key.

                                ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PublicKey" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you add a public key.

                                \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you add a public key.

                                \n@return Returned when you add a public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                Returned when you add a public key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                Returned when you add a public key.

                                \n@return Returned when you add a public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                Returned when you add a public key.

                                ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                Returned when you add a public key.

                                \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Returned when you add a public key.

                                \n@return Returned when you add a public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                Returned when you add a public key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                Returned when you add a public key.

                                \n@return Returned when you add a public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                Returned when you add a public key.

                                \n@param publicKey Returned when you add a public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                Returned when you add a public key.

                                ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@return The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                \n@param location The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new public key resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the public key. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreatePublicKeyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreatePublicKeyResponse", "variableName" : "createPublicKeyResponse", "variableType" : "CreatePublicKeyResponse", "documentation" : null, "simpleType" : "CreatePublicKeyResponse", "variableSetterType" : "CreatePublicKeyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateStreamingDistributionRequest" : { "c2jName" : "CreateStreamingDistributionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The request to create a new streaming distribution.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateStreamingDistribution2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/streaming-distribution", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "StreamingDistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamingDistributionConfig" ], "shapeName" : "CreateStreamingDistributionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStreamingDistributionRequest", "variableName" : "createStreamingDistributionRequest", "variableType" : "CreateStreamingDistributionRequest", "documentation" : null, "simpleType" : "CreateStreamingDistributionRequest", "variableSetterType" : "CreateStreamingDistributionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateStreamingDistributionResponse" : { "c2jName" : "CreateStreamingDistributionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The returned result of the corresponding request.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                The streaming distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                The streaming distribution's information.

                                ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@return The current version of the streaming distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the streaming distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@return The current version of the streaming distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the streaming distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@return The current version of the streaming distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the streaming distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@return The current version of the streaming distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the streaming distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamingDistribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                The streaming distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                The streaming distribution's information.

                                ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                The streaming distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                The streaming distribution's information.

                                ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@return The current version of the streaming distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the streaming distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@return The current version of the streaming distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the streaming distribution created.

                                \n@param eTag The current version of the streaming distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the streaming distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateStreamingDistributionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStreamingDistributionResponse", "variableName" : "createStreamingDistributionResponse", "variableType" : "CreateStreamingDistributionResponse", "documentation" : null, "simpleType" : "CreateStreamingDistributionResponse", "variableSetterType" : "CreateStreamingDistributionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateStreamingDistributionWithTagsRequest" : { "c2jName" : "CreateStreamingDistributionWithTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The request to create a new streaming distribution with tags.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateStreamingDistributionWithTags2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/streaming-distribution?WithTags", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfigWithTags", "beanStyleSetterMethodName" : "setStreamingDistributionConfigWithTags", "c2jName" : "StreamingDistributionConfigWithTags", "c2jShape" : "StreamingDistributionConfigWithTags", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfigWithTags.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfigWithTags#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfigWithTags.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)}.\n@param streamingDistributionConfigWithTags a consumer that will call methods on {@link StreamingDistributionConfigWithTags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfigWithTags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)}\n", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfigWithTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfigWithTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfigWithTags", "fluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfigWithTags", "getterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfigWithTags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfigWithTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfigWithTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfigWithTags", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfigWithTags", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfigWithTags", "variableName" : "streamingDistributionConfigWithTags", "variableType" : "StreamingDistributionConfigWithTags", "documentation" : null, "simpleType" : "StreamingDistributionConfigWithTags", "variableSetterType" : "StreamingDistributionConfigWithTags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfigWithTags", "variableName" : "streamingDistributionConfigWithTags", "variableType" : "StreamingDistributionConfigWithTags", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "simpleType" : "StreamingDistributionConfigWithTags", "variableSetterType" : "StreamingDistributionConfigWithTags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "StreamingDistributionConfigWithTags" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfigWithTags", "beanStyleSetterMethodName" : "setStreamingDistributionConfigWithTags", "c2jName" : "StreamingDistributionConfigWithTags", "c2jShape" : "StreamingDistributionConfigWithTags", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfigWithTags.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfigWithTags#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfigWithTags.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)}.\n@param streamingDistributionConfigWithTags a consumer that will call methods on {@link StreamingDistributionConfigWithTags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfigWithTags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)}\n", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfigWithTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfigWithTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfigWithTags", "fluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfigWithTags", "getterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfigWithTags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfigWithTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfigWithTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfigWithTags", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfigWithTags", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfigWithTags", "variableName" : "streamingDistributionConfigWithTags", "variableType" : "StreamingDistributionConfigWithTags", "documentation" : null, "simpleType" : "StreamingDistributionConfigWithTags", "variableSetterType" : "StreamingDistributionConfigWithTags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfigWithTags", "variableName" : "streamingDistributionConfigWithTags", "variableType" : "StreamingDistributionConfigWithTags", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "simpleType" : "StreamingDistributionConfigWithTags", "variableSetterType" : "StreamingDistributionConfigWithTags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfigWithTags", "beanStyleSetterMethodName" : "setStreamingDistributionConfigWithTags", "c2jName" : "StreamingDistributionConfigWithTags", "c2jShape" : "StreamingDistributionConfigWithTags", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfigWithTags.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfigWithTags#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfigWithTags.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)}.\n@param streamingDistributionConfigWithTags a consumer that will call methods on {@link StreamingDistributionConfigWithTags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfigWithTags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfigWithTags(StreamingDistributionConfigWithTags)}\n", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfigWithTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfigWithTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfigWithTags", "fluentSetterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfigWithTags", "getterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfigWithTags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfigWithTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfigWithTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfigWithTags", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's configuration information.

                                \n@param streamingDistributionConfigWithTags The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfigWithTags", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfigWithTags", "variableName" : "streamingDistributionConfigWithTags", "variableType" : "StreamingDistributionConfigWithTags", "documentation" : null, "simpleType" : "StreamingDistributionConfigWithTags", "variableSetterType" : "StreamingDistributionConfigWithTags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfigWithTags", "variableName" : "streamingDistributionConfigWithTags", "variableType" : "StreamingDistributionConfigWithTags", "documentation" : "

                                The streaming distribution's configuration information.

                                ", "simpleType" : "StreamingDistributionConfigWithTags", "variableSetterType" : "StreamingDistributionConfigWithTags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamingDistributionConfigWithTags" ], "shapeName" : "CreateStreamingDistributionWithTagsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStreamingDistributionWithTagsRequest", "variableName" : "createStreamingDistributionWithTagsRequest", "variableType" : "CreateStreamingDistributionWithTagsRequest", "documentation" : null, "simpleType" : "CreateStreamingDistributionWithTagsRequest", "variableSetterType" : "CreateStreamingDistributionWithTagsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateStreamingDistributionWithTagsResponse" : { "c2jName" : "CreateStreamingDistributionWithTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The returned result of the corresponding request.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                The streaming distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                The streaming distribution's information.

                                ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamingDistribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                The streaming distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                The streaming distribution's information.

                                ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                The streaming distribution's information.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                The streaming distribution's information.

                                \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                The streaming distribution's information.

                                \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                The streaming distribution's information.

                                ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                \n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                The current version of the distribution created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                The current version of the distribution created.

                                \n@return The current version of the distribution created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                The current version of the distribution created.

                                \n@param eTag The current version of the distribution created.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                The current version of the distribution created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateStreamingDistributionWithTagsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStreamingDistributionWithTagsResponse", "variableName" : "createStreamingDistributionWithTagsResponse", "variableType" : "CreateStreamingDistributionWithTagsResponse", "documentation" : null, "simpleType" : "CreateStreamingDistributionWithTagsResponse", "variableSetterType" : "CreateStreamingDistributionWithTagsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CustomErrorResponse" : { "c2jName" : "CustomErrorResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type that controls:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \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 #errorCode(Integer)}.\n@param errorCode 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 #errorCode(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@return The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@deprecated Use {@link #errorCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(Integer)}\n", "documentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasErrorCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@return The HTTP status code for which you want to specify a custom error page and/or a caching duration.", "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" : "ErrorCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "errorCode", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "errorCode", "variableType" : "Integer", "documentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResponsePagePath", "beanStyleSetterMethodName" : "setResponsePagePath", "c2jName" : "ResponsePagePath", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #responsePagePath(String)}.\n@param responsePagePath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #responsePagePath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@return The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@deprecated Use {@link #responsePagePath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #responsePagePath(String)}\n", "documentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResponsePagePath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResponsePagePath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responsePagePath", "fluentSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responsePagePath", "getterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@return The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResponsePagePath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResponsePagePath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResponsePagePath", "sensitive" : false, "setterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.", "setterMethodName" : "setResponsePagePath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "responsePagePath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "responsePagePath", "variableType" : "String", "documentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResponseCode", "beanStyleSetterMethodName" : "setResponseCode", "c2jName" : "ResponseCode", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #responseCode(String)}.\n@param responseCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #responseCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@return The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@deprecated Use {@link #responseCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #responseCode(String)}\n", "documentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResponseCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResponseCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responseCode", "fluentSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responseCode", "getterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@return The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResponseCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResponseCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResponseCode", "sensitive" : false, "setterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.", "setterMethodName" : "setResponseCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCachingMinTTL", "beanStyleSetterMethodName" : "setErrorCachingMinTTL", "c2jName" : "ErrorCachingMinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \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 #errorCachingMinTTL(Long)}.\n@param errorCachingMinTTL 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 #errorCachingMinTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #errorCachingMinTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCachingMinTTL(Long)}\n", "documentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCachingMinTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasErrorCachingMinTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCachingMinTTL", "fluentSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCachingMinTTL", "getterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "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" : "ErrorCachingMinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCachingMinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ErrorCachingMinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setErrorCachingMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "errorCachingMinTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "errorCachingMinTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCachingMinTTL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCachingMinTTL", "beanStyleSetterMethodName" : "setErrorCachingMinTTL", "c2jName" : "ErrorCachingMinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \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 #errorCachingMinTTL(Long)}.\n@param errorCachingMinTTL 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 #errorCachingMinTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #errorCachingMinTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCachingMinTTL(Long)}\n", "documentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCachingMinTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasErrorCachingMinTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCachingMinTTL", "fluentSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCachingMinTTL", "getterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "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" : "ErrorCachingMinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCachingMinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ErrorCachingMinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setErrorCachingMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "errorCachingMinTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "errorCachingMinTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ErrorCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \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 #errorCode(Integer)}.\n@param errorCode 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 #errorCode(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@return The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@deprecated Use {@link #errorCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(Integer)}\n", "documentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasErrorCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@return The HTTP status code for which you want to specify a custom error page and/or a caching duration.", "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" : "ErrorCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "errorCode", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "errorCode", "variableType" : "Integer", "documentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResponseCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResponseCode", "beanStyleSetterMethodName" : "setResponseCode", "c2jName" : "ResponseCode", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #responseCode(String)}.\n@param responseCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #responseCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@return The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@deprecated Use {@link #responseCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #responseCode(String)}\n", "documentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResponseCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResponseCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responseCode", "fluentSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responseCode", "getterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@return The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResponseCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResponseCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResponseCode", "sensitive" : false, "setterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.", "setterMethodName" : "setResponseCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResponsePagePath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResponsePagePath", "beanStyleSetterMethodName" : "setResponsePagePath", "c2jName" : "ResponsePagePath", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #responsePagePath(String)}.\n@param responsePagePath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #responsePagePath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@return The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@deprecated Use {@link #responsePagePath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #responsePagePath(String)}\n", "documentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResponsePagePath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResponsePagePath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responsePagePath", "fluentSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responsePagePath", "getterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@return The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResponsePagePath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResponsePagePath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResponsePagePath", "sensitive" : false, "setterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.", "setterMethodName" : "setResponsePagePath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "responsePagePath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "responsePagePath", "variableType" : "String", "documentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \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 #errorCode(Integer)}.\n@param errorCode 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 #errorCode(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@return The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@deprecated Use {@link #errorCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(Integer)}\n", "documentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasErrorCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@return The HTTP status code for which you want to specify a custom error page and/or a caching duration.", "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" : "ErrorCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param errorCode The HTTP status code for which you want to specify a custom error page and/or a caching duration.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "errorCode", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "errorCode", "variableType" : "Integer", "documentation" : "

                                The HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResponsePagePath", "beanStyleSetterMethodName" : "setResponsePagePath", "c2jName" : "ResponsePagePath", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #responsePagePath(String)}.\n@param responsePagePath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #responsePagePath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@return The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@deprecated Use {@link #responsePagePath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #responsePagePath(String)}\n", "documentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResponsePagePath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResponsePagePath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responsePagePath", "fluentSetterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responsePagePath", "getterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@return The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResponsePagePath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResponsePagePath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResponsePagePath", "sensitive" : false, "setterDocumentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                \n@param responsePagePath The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.", "setterMethodName" : "setResponsePagePath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "responsePagePath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "responsePagePath", "variableType" : "String", "documentation" : "

                                The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:

                                • The value of PathPattern matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*.

                                • The value of TargetOriginId specifies the value of the ID element for the origin that contains your custom error pages.

                                If you specify a value for ResponsePagePath, you must also specify a value for ResponseCode.

                                We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResponseCode", "beanStyleSetterMethodName" : "setResponseCode", "c2jName" : "ResponseCode", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #responseCode(String)}.\n@param responseCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #responseCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@return The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@deprecated Use {@link #responseCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #responseCode(String)}\n", "documentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResponseCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResponseCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responseCode", "fluentSetterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responseCode", "getterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@return The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResponseCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResponseCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResponseCode", "sensitive" : false, "setterDocumentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                \n@param responseCode The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.", "setterMethodName" : "setResponseCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : "

                                The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:

                                • Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200, the response typically won't be intercepted.

                                • If you don't care about distinguishing among different client errors or server errors, you can specify 400 or 500 as the ResponseCode for all 4xx or 5xx errors.

                                • You might want to return a 200 status code (OK) and static website so your customers don't know that your website is down.

                                If you specify a value for ResponseCode, you must also specify a value for ResponsePagePath.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCachingMinTTL", "beanStyleSetterMethodName" : "setErrorCachingMinTTL", "c2jName" : "ErrorCachingMinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \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 #errorCachingMinTTL(Long)}.\n@param errorCachingMinTTL 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 #errorCachingMinTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #errorCachingMinTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCachingMinTTL(Long)}\n", "documentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCachingMinTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasErrorCachingMinTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCachingMinTTL", "fluentSetterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCachingMinTTL", "getterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "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" : "ErrorCachingMinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCachingMinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ErrorCachingMinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param errorCachingMinTTL The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setErrorCachingMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "errorCachingMinTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "errorCachingMinTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode. When this time period has elapsed, CloudFront queries your origin to see whether the problem that caused the error has been resolved and the requested object is now available.

                                For more information, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ErrorCode" ], "shapeName" : "CustomErrorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomErrorResponse", "variableName" : "customErrorResponse", "variableType" : "CustomErrorResponse", "documentation" : null, "simpleType" : "CustomErrorResponse", "variableSetterType" : "CustomErrorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CustomErrorResponses" : { "c2jName" : "CustomErrorResponses", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type that controls:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@return The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@return The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CustomErrorResponseList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CustomErrorResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomErrorResponse.Builder} avoiding the need to create one manually via {@link CustomErrorResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponse.Builder#build()} is called immediately and its result is passed to {@link #member(CustomErrorResponse)}.\n@param member a consumer that will call methods on {@link CustomErrorResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomErrorResponse)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CustomErrorResponse)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CustomErrorResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponse", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponse", "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" : "CustomErrorResponse", "variableName" : "member", "variableType" : "CustomErrorResponse", "documentation" : null, "simpleType" : "CustomErrorResponse", "variableSetterType" : "CustomErrorResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponse", "variableName" : "member", "variableType" : "CustomErrorResponse", "documentation" : "", "simpleType" : "CustomErrorResponse", "variableSetterType" : "CustomErrorResponse" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CustomErrorResponse", "memberType" : "CustomErrorResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomErrorResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CustomErrorResponseList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CustomErrorResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomErrorResponse.Builder} avoiding the need to create one manually via {@link CustomErrorResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponse.Builder#build()} is called immediately and its result is passed to {@link #member(CustomErrorResponse)}.\n@param member a consumer that will call methods on {@link CustomErrorResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomErrorResponse)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CustomErrorResponse)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CustomErrorResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponse", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponse", "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" : "CustomErrorResponse", "variableName" : "member", "variableType" : "CustomErrorResponse", "documentation" : null, "simpleType" : "CustomErrorResponse", "variableSetterType" : "CustomErrorResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponse", "variableName" : "member", "variableType" : "CustomErrorResponse", "documentation" : "", "simpleType" : "CustomErrorResponse", "variableSetterType" : "CustomErrorResponse" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CustomErrorResponse", "memberType" : "CustomErrorResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomErrorResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@return The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@return The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@return The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@return The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                \n@param quantity The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "CustomErrorResponseList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CustomErrorResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomErrorResponse.Builder} avoiding the need to create one manually via {@link CustomErrorResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponse.Builder#build()} is called immediately and its result is passed to {@link #member(CustomErrorResponse)}.\n@param member a consumer that will call methods on {@link CustomErrorResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomErrorResponse)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CustomErrorResponse)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CustomErrorResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponse", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponse", "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" : "CustomErrorResponse", "variableName" : "member", "variableType" : "CustomErrorResponse", "documentation" : null, "simpleType" : "CustomErrorResponse", "variableSetterType" : "CustomErrorResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponse", "variableName" : "member", "variableType" : "CustomErrorResponse", "documentation" : "", "simpleType" : "CustomErrorResponse", "variableSetterType" : "CustomErrorResponse" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "CustomErrorResponse", "memberType" : "CustomErrorResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomErrorResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                \n@param items A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "CustomErrorResponses", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : null, "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "wrapper" : false, "xmlNamespace" : null }, "CustomHeaders" : { "c2jName" : "CustomHeaders", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type that contains the list of Custom Headers for each origin.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@return The number of custom headers, if any, for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of custom headers, if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@return The number of custom headers, if any, for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of custom headers, if any, for this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginCustomHeadersList", "defaultConsumerFluentSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginCustomHeader", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginCustomHeader.Builder} avoiding the need to create one manually via {@link OriginCustomHeader#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginCustomHeader.Builder#build()} is called immediately and its result is passed to {@link #member(OriginCustomHeader)}.\n@param member a consumer that will call methods on {@link OriginCustomHeader.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginCustomHeader)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginCustomHeader)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginCustomHeader", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginCustomHeader", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginCustomHeader", "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" : "OriginCustomHeader", "variableName" : "member", "variableType" : "OriginCustomHeader", "documentation" : null, "simpleType" : "OriginCustomHeader", "variableSetterType" : "OriginCustomHeader" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginCustomHeader", "variableName" : "member", "variableType" : "OriginCustomHeader", "documentation" : "", "simpleType" : "OriginCustomHeader", "variableSetterType" : "OriginCustomHeader" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginCustomHeader", "memberType" : "OriginCustomHeader", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginCustomHeader", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginCustomHeadersList", "defaultConsumerFluentSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginCustomHeader", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginCustomHeader.Builder} avoiding the need to create one manually via {@link OriginCustomHeader#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginCustomHeader.Builder#build()} is called immediately and its result is passed to {@link #member(OriginCustomHeader)}.\n@param member a consumer that will call methods on {@link OriginCustomHeader.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginCustomHeader)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginCustomHeader)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginCustomHeader", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginCustomHeader", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginCustomHeader", "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" : "OriginCustomHeader", "variableName" : "member", "variableType" : "OriginCustomHeader", "documentation" : null, "simpleType" : "OriginCustomHeader", "variableSetterType" : "OriginCustomHeader" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginCustomHeader", "variableName" : "member", "variableType" : "OriginCustomHeader", "documentation" : "", "simpleType" : "OriginCustomHeader", "variableSetterType" : "OriginCustomHeader" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginCustomHeader", "memberType" : "OriginCustomHeader", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginCustomHeader", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@return The number of custom headers, if any, for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of custom headers, if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@return The number of custom headers, if any, for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of custom headers, if any, for this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@return The number of custom headers, if any, for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of custom headers, if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@return The number of custom headers, if any, for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of custom headers, if any, for this distribution.

                                \n@param quantity The number of custom headers, if any, for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of custom headers, if any, for this distribution.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginCustomHeadersList", "defaultConsumerFluentSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginCustomHeader", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginCustomHeader.Builder} avoiding the need to create one manually via {@link OriginCustomHeader#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginCustomHeader.Builder#build()} is called immediately and its result is passed to {@link #member(OriginCustomHeader)}.\n@param member a consumer that will call methods on {@link OriginCustomHeader.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginCustomHeader)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginCustomHeader)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginCustomHeader", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginCustomHeader", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginCustomHeader", "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" : "OriginCustomHeader", "variableName" : "member", "variableType" : "OriginCustomHeader", "documentation" : null, "simpleType" : "OriginCustomHeader", "variableSetterType" : "OriginCustomHeader" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginCustomHeader", "variableName" : "member", "variableType" : "OriginCustomHeader", "documentation" : "", "simpleType" : "OriginCustomHeader", "variableSetterType" : "OriginCustomHeader" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginCustomHeader", "memberType" : "OriginCustomHeader", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginCustomHeader", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                \n@param items Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "CustomHeaders", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomHeaders", "variableName" : "customHeaders", "variableType" : "CustomHeaders", "documentation" : null, "simpleType" : "CustomHeaders", "variableSetterType" : "CustomHeaders" }, "wrapper" : false, "xmlNamespace" : null }, "CustomOriginConfig" : { "c2jName" : "CustomOriginConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A custom origin or an Amazon S3 bucket configured as a website endpoint.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpPort", "beanStyleSetterMethodName" : "setHttpPort", "c2jName" : "HTTPPort", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \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 #httpPort(Integer)}.\n@param httpPort 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 #httpPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@return The HTTP port the custom origin listens on.\n@deprecated Use {@link #httpPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpPort(Integer)}\n", "documentation" : "

                                The HTTP port the custom origin listens on.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HTTPPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpPort", "fluentSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpPort", "getterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@return The HTTP port the custom origin listens on.", "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" : "HTTPPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HTTPPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HTTPPort", "sensitive" : false, "setterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.", "setterMethodName" : "setHttpPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "httpPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "httpPort", "variableType" : "Integer", "documentation" : "

                                The HTTP port the custom origin listens on.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpsPort", "beanStyleSetterMethodName" : "setHttpsPort", "c2jName" : "HTTPSPort", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \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 #httpsPort(Integer)}.\n@param httpsPort 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 #httpsPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@return The HTTPS port the custom origin listens on.\n@deprecated Use {@link #httpsPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpsPort(Integer)}\n", "documentation" : "

                                The HTTPS port the custom origin listens on.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HTTPSPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpsPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpsPort", "fluentSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpsPort", "getterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@return The HTTPS port the custom origin listens on.", "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" : "HTTPSPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HTTPSPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HTTPSPort", "sensitive" : false, "setterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.", "setterMethodName" : "setHttpsPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "httpsPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "httpsPort", "variableType" : "Integer", "documentation" : "

                                The HTTPS port the custom origin listens on.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginProtocolPolicyAsString", "beanStyleSetterMethodName" : "setOriginProtocolPolicy", "c2jName" : "OriginProtocolPolicy", "c2jShape" : "OriginProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originProtocolPolicyAsString(String)}.\n@param originProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #originProtocolPolicy} will return {@link OriginProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #originProtocolPolicyAsString}.\n

                                \n@return The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@deprecated Use {@link #originProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy\n@deprecated Use {@link #originProtocolPolicy(String)}\n", "documentation" : "

                                The origin protocol policy to apply to your origin.

                                ", "endpointDiscoveryId" : false, "enumType" : "OriginProtocolPolicy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginProtocolPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginProtocolPolicy", "fluentEnumGetterMethodName" : "originProtocolPolicy", "fluentEnumSetterMethodName" : "originProtocolPolicy", "fluentGetterMethodName" : "originProtocolPolicyAsString", "fluentSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy", "fluentSetterMethodName" : "originProtocolPolicy", "getterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #originProtocolPolicy} will return {@link OriginProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #originProtocolPolicyAsString}.\n

                                \n@return The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginProtocolPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginProtocolPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginProtocolPolicy", "sensitive" : false, "setterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy", "setterMethodName" : "setOriginProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originProtocolPolicy", "variableType" : "String", "documentation" : "

                                The origin protocol policy to apply to your origin.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginSslProtocols", "beanStyleSetterMethodName" : "setOriginSslProtocols", "c2jName" : "OriginSslProtocols", "c2jShape" : "OriginSslProtocols", "defaultConsumerFluentSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \nThis is a convenience that creates an instance of the {@link OriginSslProtocols.Builder} avoiding the need to create one manually via {@link OriginSslProtocols#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginSslProtocols.Builder#build()} is called immediately and its result is passed to {@link #originSslProtocols(OriginSslProtocols)}.\n@param originSslProtocols a consumer that will call methods on {@link OriginSslProtocols.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originSslProtocols(OriginSslProtocols)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@return The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@deprecated Use {@link #originSslProtocols()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originSslProtocols(OriginSslProtocols)}\n", "documentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginSslProtocols property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginSslProtocols", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originSslProtocols", "fluentSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originSslProtocols", "getterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@return The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "getterModel" : { "returnType" : "OriginSslProtocols", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginSslProtocols", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginSslProtocols", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginSslProtocols", "sensitive" : false, "setterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "setterMethodName" : "setOriginSslProtocols", "setterModel" : { "variableDeclarationType" : "OriginSslProtocols", "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "documentation" : null, "simpleType" : "OriginSslProtocols", "variableSetterType" : "OriginSslProtocols" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginSslProtocols", "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "documentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                ", "simpleType" : "OriginSslProtocols", "variableSetterType" : "OriginSslProtocols" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginReadTimeout", "beanStyleSetterMethodName" : "setOriginReadTimeout", "c2jName" : "OriginReadTimeout", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \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 #originReadTimeout(Integer)}.\n@param originReadTimeout 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 #originReadTimeout(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@deprecated Use {@link #originReadTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originReadTimeout(Integer)}\n", "documentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginReadTimeout property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginReadTimeout", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originReadTimeout", "fluentSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originReadTimeout", "getterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "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" : "OriginReadTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginReadTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginReadTimeout", "sensitive" : false, "setterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "setterMethodName" : "setOriginReadTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originReadTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originReadTimeout", "variableType" : "Integer", "documentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginKeepaliveTimeout", "beanStyleSetterMethodName" : "setOriginKeepaliveTimeout", "c2jName" : "OriginKeepaliveTimeout", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \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 #originKeepaliveTimeout(Integer)}.\n@param originKeepaliveTimeout 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 #originKeepaliveTimeout(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@deprecated Use {@link #originKeepaliveTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originKeepaliveTimeout(Integer)}\n", "documentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginKeepaliveTimeout property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginKeepaliveTimeout", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originKeepaliveTimeout", "fluentSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originKeepaliveTimeout", "getterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "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" : "OriginKeepaliveTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginKeepaliveTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginKeepaliveTimeout", "sensitive" : false, "setterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "setterMethodName" : "setOriginKeepaliveTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originKeepaliveTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originKeepaliveTimeout", "variableType" : "Integer", "documentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HTTPPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpPort", "beanStyleSetterMethodName" : "setHttpPort", "c2jName" : "HTTPPort", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \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 #httpPort(Integer)}.\n@param httpPort 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 #httpPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@return The HTTP port the custom origin listens on.\n@deprecated Use {@link #httpPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpPort(Integer)}\n", "documentation" : "

                                The HTTP port the custom origin listens on.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HTTPPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpPort", "fluentSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpPort", "getterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@return The HTTP port the custom origin listens on.", "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" : "HTTPPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HTTPPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HTTPPort", "sensitive" : false, "setterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.", "setterMethodName" : "setHttpPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "httpPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "httpPort", "variableType" : "Integer", "documentation" : "

                                The HTTP port the custom origin listens on.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HTTPSPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpsPort", "beanStyleSetterMethodName" : "setHttpsPort", "c2jName" : "HTTPSPort", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \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 #httpsPort(Integer)}.\n@param httpsPort 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 #httpsPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@return The HTTPS port the custom origin listens on.\n@deprecated Use {@link #httpsPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpsPort(Integer)}\n", "documentation" : "

                                The HTTPS port the custom origin listens on.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HTTPSPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpsPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpsPort", "fluentSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpsPort", "getterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@return The HTTPS port the custom origin listens on.", "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" : "HTTPSPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HTTPSPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HTTPSPort", "sensitive" : false, "setterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.", "setterMethodName" : "setHttpsPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "httpsPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "httpsPort", "variableType" : "Integer", "documentation" : "

                                The HTTPS port the custom origin listens on.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginKeepaliveTimeout" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginKeepaliveTimeout", "beanStyleSetterMethodName" : "setOriginKeepaliveTimeout", "c2jName" : "OriginKeepaliveTimeout", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \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 #originKeepaliveTimeout(Integer)}.\n@param originKeepaliveTimeout 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 #originKeepaliveTimeout(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@deprecated Use {@link #originKeepaliveTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originKeepaliveTimeout(Integer)}\n", "documentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginKeepaliveTimeout property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginKeepaliveTimeout", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originKeepaliveTimeout", "fluentSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originKeepaliveTimeout", "getterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "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" : "OriginKeepaliveTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginKeepaliveTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginKeepaliveTimeout", "sensitive" : false, "setterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "setterMethodName" : "setOriginKeepaliveTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originKeepaliveTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originKeepaliveTimeout", "variableType" : "Integer", "documentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginProtocolPolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginProtocolPolicyAsString", "beanStyleSetterMethodName" : "setOriginProtocolPolicy", "c2jName" : "OriginProtocolPolicy", "c2jShape" : "OriginProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originProtocolPolicyAsString(String)}.\n@param originProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #originProtocolPolicy} will return {@link OriginProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #originProtocolPolicyAsString}.\n

                                \n@return The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@deprecated Use {@link #originProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy\n@deprecated Use {@link #originProtocolPolicy(String)}\n", "documentation" : "

                                The origin protocol policy to apply to your origin.

                                ", "endpointDiscoveryId" : false, "enumType" : "OriginProtocolPolicy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginProtocolPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginProtocolPolicy", "fluentEnumGetterMethodName" : "originProtocolPolicy", "fluentEnumSetterMethodName" : "originProtocolPolicy", "fluentGetterMethodName" : "originProtocolPolicyAsString", "fluentSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy", "fluentSetterMethodName" : "originProtocolPolicy", "getterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #originProtocolPolicy} will return {@link OriginProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #originProtocolPolicyAsString}.\n

                                \n@return The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginProtocolPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginProtocolPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginProtocolPolicy", "sensitive" : false, "setterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy", "setterMethodName" : "setOriginProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originProtocolPolicy", "variableType" : "String", "documentation" : "

                                The origin protocol policy to apply to your origin.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginReadTimeout" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginReadTimeout", "beanStyleSetterMethodName" : "setOriginReadTimeout", "c2jName" : "OriginReadTimeout", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \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 #originReadTimeout(Integer)}.\n@param originReadTimeout 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 #originReadTimeout(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@deprecated Use {@link #originReadTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originReadTimeout(Integer)}\n", "documentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginReadTimeout property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginReadTimeout", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originReadTimeout", "fluentSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originReadTimeout", "getterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "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" : "OriginReadTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginReadTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginReadTimeout", "sensitive" : false, "setterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "setterMethodName" : "setOriginReadTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originReadTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originReadTimeout", "variableType" : "Integer", "documentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginSslProtocols" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginSslProtocols", "beanStyleSetterMethodName" : "setOriginSslProtocols", "c2jName" : "OriginSslProtocols", "c2jShape" : "OriginSslProtocols", "defaultConsumerFluentSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \nThis is a convenience that creates an instance of the {@link OriginSslProtocols.Builder} avoiding the need to create one manually via {@link OriginSslProtocols#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginSslProtocols.Builder#build()} is called immediately and its result is passed to {@link #originSslProtocols(OriginSslProtocols)}.\n@param originSslProtocols a consumer that will call methods on {@link OriginSslProtocols.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originSslProtocols(OriginSslProtocols)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@return The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@deprecated Use {@link #originSslProtocols()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originSslProtocols(OriginSslProtocols)}\n", "documentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginSslProtocols property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginSslProtocols", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originSslProtocols", "fluentSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originSslProtocols", "getterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@return The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "getterModel" : { "returnType" : "OriginSslProtocols", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginSslProtocols", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginSslProtocols", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginSslProtocols", "sensitive" : false, "setterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "setterMethodName" : "setOriginSslProtocols", "setterModel" : { "variableDeclarationType" : "OriginSslProtocols", "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "documentation" : null, "simpleType" : "OriginSslProtocols", "variableSetterType" : "OriginSslProtocols" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginSslProtocols", "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "documentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                ", "simpleType" : "OriginSslProtocols", "variableSetterType" : "OriginSslProtocols" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpPort", "beanStyleSetterMethodName" : "setHttpPort", "c2jName" : "HTTPPort", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \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 #httpPort(Integer)}.\n@param httpPort 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 #httpPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@return The HTTP port the custom origin listens on.\n@deprecated Use {@link #httpPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpPort(Integer)}\n", "documentation" : "

                                The HTTP port the custom origin listens on.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HTTPPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpPort", "fluentSetterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpPort", "getterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@return The HTTP port the custom origin listens on.", "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" : "HTTPPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HTTPPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HTTPPort", "sensitive" : false, "setterDocumentation" : "

                                The HTTP port the custom origin listens on.

                                \n@param httpPort The HTTP port the custom origin listens on.", "setterMethodName" : "setHttpPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "httpPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "httpPort", "variableType" : "Integer", "documentation" : "

                                The HTTP port the custom origin listens on.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpsPort", "beanStyleSetterMethodName" : "setHttpsPort", "c2jName" : "HTTPSPort", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \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 #httpsPort(Integer)}.\n@param httpsPort 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 #httpsPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@return The HTTPS port the custom origin listens on.\n@deprecated Use {@link #httpsPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpsPort(Integer)}\n", "documentation" : "

                                The HTTPS port the custom origin listens on.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HTTPSPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpsPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpsPort", "fluentSetterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpsPort", "getterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@return The HTTPS port the custom origin listens on.", "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" : "HTTPSPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HTTPSPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HTTPSPort", "sensitive" : false, "setterDocumentation" : "

                                The HTTPS port the custom origin listens on.

                                \n@param httpsPort The HTTPS port the custom origin listens on.", "setterMethodName" : "setHttpsPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "httpsPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "httpsPort", "variableType" : "Integer", "documentation" : "

                                The HTTPS port the custom origin listens on.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginProtocolPolicyAsString", "beanStyleSetterMethodName" : "setOriginProtocolPolicy", "c2jName" : "OriginProtocolPolicy", "c2jShape" : "OriginProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originProtocolPolicyAsString(String)}.\n@param originProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #originProtocolPolicy} will return {@link OriginProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #originProtocolPolicyAsString}.\n

                                \n@return The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@deprecated Use {@link #originProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy\n@deprecated Use {@link #originProtocolPolicy(String)}\n", "documentation" : "

                                The origin protocol policy to apply to your origin.

                                ", "endpointDiscoveryId" : false, "enumType" : "OriginProtocolPolicy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginProtocolPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginProtocolPolicy", "fluentEnumGetterMethodName" : "originProtocolPolicy", "fluentEnumSetterMethodName" : "originProtocolPolicy", "fluentGetterMethodName" : "originProtocolPolicyAsString", "fluentSetterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy", "fluentSetterMethodName" : "originProtocolPolicy", "getterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #originProtocolPolicy} will return {@link OriginProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #originProtocolPolicyAsString}.\n

                                \n@return The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginProtocolPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginProtocolPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginProtocolPolicy", "sensitive" : false, "setterDocumentation" : "

                                The origin protocol policy to apply to your origin.

                                \n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy", "setterMethodName" : "setOriginProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originProtocolPolicy", "variableType" : "String", "documentation" : "

                                The origin protocol policy to apply to your origin.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginSslProtocols", "beanStyleSetterMethodName" : "setOriginSslProtocols", "c2jName" : "OriginSslProtocols", "c2jShape" : "OriginSslProtocols", "defaultConsumerFluentSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \nThis is a convenience that creates an instance of the {@link OriginSslProtocols.Builder} avoiding the need to create one manually via {@link OriginSslProtocols#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginSslProtocols.Builder#build()} is called immediately and its result is passed to {@link #originSslProtocols(OriginSslProtocols)}.\n@param originSslProtocols a consumer that will call methods on {@link OriginSslProtocols.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originSslProtocols(OriginSslProtocols)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@return The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@deprecated Use {@link #originSslProtocols()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originSslProtocols(OriginSslProtocols)}\n", "documentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginSslProtocols property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginSslProtocols", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originSslProtocols", "fluentSetterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originSslProtocols", "getterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@return The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "getterModel" : { "returnType" : "OriginSslProtocols", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginSslProtocols", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginSslProtocols", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginSslProtocols", "sensitive" : false, "setterDocumentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                \n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "setterMethodName" : "setOriginSslProtocols", "setterModel" : { "variableDeclarationType" : "OriginSslProtocols", "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "documentation" : null, "simpleType" : "OriginSslProtocols", "variableSetterType" : "OriginSslProtocols" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginSslProtocols", "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "documentation" : "

                                The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.

                                ", "simpleType" : "OriginSslProtocols", "variableSetterType" : "OriginSslProtocols" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginReadTimeout", "beanStyleSetterMethodName" : "setOriginReadTimeout", "c2jName" : "OriginReadTimeout", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \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 #originReadTimeout(Integer)}.\n@param originReadTimeout 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 #originReadTimeout(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@deprecated Use {@link #originReadTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originReadTimeout(Integer)}\n", "documentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginReadTimeout property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginReadTimeout", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originReadTimeout", "fluentSetterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originReadTimeout", "getterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "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" : "OriginReadTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginReadTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginReadTimeout", "sensitive" : false, "setterDocumentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originReadTimeout You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "setterMethodName" : "setOriginReadTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originReadTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originReadTimeout", "variableType" : "Integer", "documentation" : "

                                You can create a custom origin read timeout. All timeout units are in seconds. The default origin read timeout is 30 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 4 seconds; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginKeepaliveTimeout", "beanStyleSetterMethodName" : "setOriginKeepaliveTimeout", "c2jName" : "OriginKeepaliveTimeout", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \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 #originKeepaliveTimeout(Integer)}.\n@param originKeepaliveTimeout 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 #originKeepaliveTimeout(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@deprecated Use {@link #originKeepaliveTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originKeepaliveTimeout(Integer)}\n", "documentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginKeepaliveTimeout property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginKeepaliveTimeout", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originKeepaliveTimeout", "fluentSetterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originKeepaliveTimeout", "getterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@return You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "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" : "OriginKeepaliveTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginKeepaliveTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginKeepaliveTimeout", "sensitive" : false, "setterDocumentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                \n@param originKeepaliveTimeout You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.", "setterMethodName" : "setOriginKeepaliveTimeout", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originKeepaliveTimeout", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originKeepaliveTimeout", "variableType" : "Integer", "documentation" : "

                                You can create a custom keep-alive timeout. All timeout units are in seconds. The default keep-alive timeout is 5 seconds, but you can configure custom timeout lengths using the CloudFront API. The minimum timeout length is 1 second; the maximum is 60 seconds.

                                If you need to increase the maximum time limit, contact the AWS Support Center.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HTTPPort", "HTTPSPort", "OriginProtocolPolicy" ], "shapeName" : "CustomOriginConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomOriginConfig", "variableName" : "customOriginConfig", "variableType" : "CustomOriginConfig", "documentation" : null, "simpleType" : "CustomOriginConfig", "variableSetterType" : "CustomOriginConfig" }, "wrapper" : false, "xmlNamespace" : null }, "DefaultCacheBehavior" : { "c2jName" : "DefaultCacheBehavior", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetOriginId", "beanStyleSetterMethodName" : "setTargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetOriginId(String)}.\n@param targetOriginId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetOriginId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #targetOriginId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetOriginId(String)}\n", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetOriginId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetOriginId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetOriginId", "fluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetOriginId", "getterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetOriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetOriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetOriginId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setTargetOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardedValues", "beanStyleSetterMethodName" : "setForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \nThis is a convenience that creates an instance of the {@link ForwardedValues.Builder} avoiding the need to create one manually via {@link ForwardedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ForwardedValues.Builder#build()} is called immediately and its result is passed to {@link #forwardedValues(ForwardedValues)}.\n@param forwardedValues a consumer that will call methods on {@link ForwardedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardedValues(ForwardedValues)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@deprecated Use {@link #forwardedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardedValues(ForwardedValues)}\n", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForwardedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForwardedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardedValues", "fluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardedValues", "getterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardedValues", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "setterMethodName" : "setForwardedValues", "setterModel" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : null, "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerProtocolPolicyAsString", "beanStyleSetterMethodName" : "setViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer 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 #viewerProtocolPolicyAsString(String)}.\n@param viewerProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #viewerProtocolPolicy} will return {@link ViewerProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #viewerProtocolPolicyAsString}.\n

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicy(String)}\n", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : "ViewerProtocolPolicy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerProtocolPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerProtocolPolicy", "fluentEnumGetterMethodName" : "viewerProtocolPolicy", "fluentEnumSetterMethodName" : "viewerProtocolPolicy", "fluentGetterMethodName" : "viewerProtocolPolicyAsString", "fluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy", "fluentSetterMethodName" : "viewerProtocolPolicy", "getterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #viewerProtocolPolicy} will return {@link ViewerProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #viewerProtocolPolicyAsString}.\n

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerProtocolPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerProtocolPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ViewerProtocolPolicy", "sensitive" : false, "setterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "setterMethodName" : "setViewerProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinTTL", "beanStyleSetterMethodName" : "setMinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \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 #minTTL(Long)}.\n@param minTTL 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 #minTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@deprecated Use {@link #minTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minTTL(Long)}\n", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MinTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMinTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minTTL", "fluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minTTL", "getterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "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" : "MinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "setterMethodName" : "setMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedMethods", "beanStyleSetterMethodName" : "setAllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link AllowedMethods.Builder} avoiding the need to create one manually via {@link AllowedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link AllowedMethods.Builder#build()} is called immediately and its result is passed to {@link #allowedMethods(AllowedMethods)}.\n@param allowedMethods a consumer that will call methods on {@link AllowedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedMethods(AllowedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.\n@deprecated Use {@link #allowedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedMethods(AllowedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedMethods", "fluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedMethods", "getterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.", "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AllowedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.", "setterMethodName" : "setAllowedMethods", "setterModel" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : null, "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : "", "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSmoothStreaming", "beanStyleSetterMethodName" : "setSmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \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 #smoothStreaming(Boolean)}.\n@param smoothStreaming 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 #smoothStreaming(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@deprecated Use {@link #smoothStreaming()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #smoothStreaming(Boolean)}\n", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SmoothStreaming property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSmoothStreaming", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "smoothStreaming", "fluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smoothStreaming", "getterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "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" : "SmoothStreaming", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmoothStreaming", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SmoothStreaming", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "setterMethodName" : "setSmoothStreaming", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultTTL", "beanStyleSetterMethodName" : "setDefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \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 #defaultTTL(Long)}.\n@param defaultTTL 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 #defaultTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultTTL(Long)}\n", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTTL", "fluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTTL", "getterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "DefaultTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultTTL", "sensitive" : false, "setterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxTTL", "beanStyleSetterMethodName" : "setMaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \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 #maxTTL(Long)}.\n@param maxTTL 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 #maxTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #maxTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxTTL(Long)}\n", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxTTL", "fluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxTTL", "getterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "MaxTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MaxTTL", "sensitive" : false, "setterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setMaxTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompress", "beanStyleSetterMethodName" : "setCompress", "c2jName" : "Compress", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \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 #compress(Boolean)}.\n@param compress 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 #compress(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #compress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #compress(Boolean)}\n", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Compress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compress", "fluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compress", "getterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "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" : "Compress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Compress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Compress", "sensitive" : false, "setterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCompress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionAssociations", "beanStyleSetterMethodName" : "setLambdaFunctionAssociations", "c2jName" : "LambdaFunctionAssociations", "c2jShape" : "LambdaFunctionAssociations", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \nThis is a convenience that creates an instance of the {@link LambdaFunctionAssociations.Builder} avoiding the need to create one manually via {@link LambdaFunctionAssociations#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionAssociations.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}.\n@param lambdaFunctionAssociations a consumer that will call methods on {@link LambdaFunctionAssociations.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionAssociations(LambdaFunctionAssociations)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.\n@deprecated Use {@link #lambdaFunctionAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}\n", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaFunctionAssociations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLambdaFunctionAssociations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionAssociations", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionAssociations", "getterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.", "getterModel" : { "returnType" : "LambdaFunctionAssociations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionAssociations", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.", "setterMethodName" : "setLambdaFunctionAssociations", "setterModel" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : null, "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionId", "beanStyleSetterMethodName" : "setFieldLevelEncryptionId", "c2jName" : "FieldLevelEncryptionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionId(String)}.\n@param fieldLevelEncryptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #fieldLevelEncryptionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionId(String)}\n", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionId", "fluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionId", "getterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FieldLevelEncryptionId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setFieldLevelEncryptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowedMethods" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedMethods", "beanStyleSetterMethodName" : "setAllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link AllowedMethods.Builder} avoiding the need to create one manually via {@link AllowedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link AllowedMethods.Builder#build()} is called immediately and its result is passed to {@link #allowedMethods(AllowedMethods)}.\n@param allowedMethods a consumer that will call methods on {@link AllowedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedMethods(AllowedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.\n@deprecated Use {@link #allowedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedMethods(AllowedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedMethods", "fluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedMethods", "getterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.", "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AllowedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.", "setterMethodName" : "setAllowedMethods", "setterModel" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : null, "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : "", "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Compress" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompress", "beanStyleSetterMethodName" : "setCompress", "c2jName" : "Compress", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \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 #compress(Boolean)}.\n@param compress 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 #compress(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #compress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #compress(Boolean)}\n", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Compress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compress", "fluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compress", "getterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "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" : "Compress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Compress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Compress", "sensitive" : false, "setterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCompress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultTTL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultTTL", "beanStyleSetterMethodName" : "setDefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \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 #defaultTTL(Long)}.\n@param defaultTTL 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 #defaultTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultTTL(Long)}\n", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTTL", "fluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTTL", "getterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "DefaultTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultTTL", "sensitive" : false, "setterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryptionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionId", "beanStyleSetterMethodName" : "setFieldLevelEncryptionId", "c2jName" : "FieldLevelEncryptionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionId(String)}.\n@param fieldLevelEncryptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #fieldLevelEncryptionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionId(String)}\n", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionId", "fluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionId", "getterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FieldLevelEncryptionId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setFieldLevelEncryptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ForwardedValues" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardedValues", "beanStyleSetterMethodName" : "setForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \nThis is a convenience that creates an instance of the {@link ForwardedValues.Builder} avoiding the need to create one manually via {@link ForwardedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ForwardedValues.Builder#build()} is called immediately and its result is passed to {@link #forwardedValues(ForwardedValues)}.\n@param forwardedValues a consumer that will call methods on {@link ForwardedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardedValues(ForwardedValues)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@deprecated Use {@link #forwardedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardedValues(ForwardedValues)}\n", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForwardedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForwardedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardedValues", "fluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardedValues", "getterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardedValues", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "setterMethodName" : "setForwardedValues", "setterModel" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : null, "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LambdaFunctionAssociations" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionAssociations", "beanStyleSetterMethodName" : "setLambdaFunctionAssociations", "c2jName" : "LambdaFunctionAssociations", "c2jShape" : "LambdaFunctionAssociations", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \nThis is a convenience that creates an instance of the {@link LambdaFunctionAssociations.Builder} avoiding the need to create one manually via {@link LambdaFunctionAssociations#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionAssociations.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}.\n@param lambdaFunctionAssociations a consumer that will call methods on {@link LambdaFunctionAssociations.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionAssociations(LambdaFunctionAssociations)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.\n@deprecated Use {@link #lambdaFunctionAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}\n", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaFunctionAssociations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLambdaFunctionAssociations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionAssociations", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionAssociations", "getterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.", "getterModel" : { "returnType" : "LambdaFunctionAssociations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionAssociations", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.", "setterMethodName" : "setLambdaFunctionAssociations", "setterModel" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : null, "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxTTL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxTTL", "beanStyleSetterMethodName" : "setMaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \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 #maxTTL(Long)}.\n@param maxTTL 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 #maxTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #maxTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxTTL(Long)}\n", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxTTL", "fluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxTTL", "getterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "MaxTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MaxTTL", "sensitive" : false, "setterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setMaxTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MinTTL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinTTL", "beanStyleSetterMethodName" : "setMinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \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 #minTTL(Long)}.\n@param minTTL 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 #minTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@deprecated Use {@link #minTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minTTL(Long)}\n", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MinTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMinTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minTTL", "fluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minTTL", "getterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "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" : "MinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "setterMethodName" : "setMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SmoothStreaming" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSmoothStreaming", "beanStyleSetterMethodName" : "setSmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \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 #smoothStreaming(Boolean)}.\n@param smoothStreaming 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 #smoothStreaming(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@deprecated Use {@link #smoothStreaming()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #smoothStreaming(Boolean)}\n", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SmoothStreaming property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSmoothStreaming", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "smoothStreaming", "fluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smoothStreaming", "getterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "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" : "SmoothStreaming", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmoothStreaming", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SmoothStreaming", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "setterMethodName" : "setSmoothStreaming", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetOriginId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetOriginId", "beanStyleSetterMethodName" : "setTargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetOriginId(String)}.\n@param targetOriginId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetOriginId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #targetOriginId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetOriginId(String)}\n", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetOriginId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetOriginId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetOriginId", "fluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetOriginId", "getterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetOriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetOriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetOriginId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setTargetOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrustedSigners" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ViewerProtocolPolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerProtocolPolicyAsString", "beanStyleSetterMethodName" : "setViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer 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 #viewerProtocolPolicyAsString(String)}.\n@param viewerProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #viewerProtocolPolicy} will return {@link ViewerProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #viewerProtocolPolicyAsString}.\n

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicy(String)}\n", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : "ViewerProtocolPolicy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerProtocolPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerProtocolPolicy", "fluentEnumGetterMethodName" : "viewerProtocolPolicy", "fluentEnumSetterMethodName" : "viewerProtocolPolicy", "fluentGetterMethodName" : "viewerProtocolPolicyAsString", "fluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy", "fluentSetterMethodName" : "viewerProtocolPolicy", "getterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #viewerProtocolPolicy} will return {@link ViewerProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #viewerProtocolPolicyAsString}.\n

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerProtocolPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerProtocolPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ViewerProtocolPolicy", "sensitive" : false, "setterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "setterMethodName" : "setViewerProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetOriginId", "beanStyleSetterMethodName" : "setTargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetOriginId(String)}.\n@param targetOriginId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetOriginId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #targetOriginId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetOriginId(String)}\n", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetOriginId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetOriginId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetOriginId", "fluentSetterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetOriginId", "getterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetOriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetOriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetOriginId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                \n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setTargetOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetOriginId", "variableType" : "String", "documentation" : "

                                The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardedValues", "beanStyleSetterMethodName" : "setForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \nThis is a convenience that creates an instance of the {@link ForwardedValues.Builder} avoiding the need to create one manually via {@link ForwardedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ForwardedValues.Builder#build()} is called immediately and its result is passed to {@link #forwardedValues(ForwardedValues)}.\n@param forwardedValues a consumer that will call methods on {@link ForwardedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardedValues(ForwardedValues)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@deprecated Use {@link #forwardedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardedValues(ForwardedValues)}\n", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForwardedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForwardedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardedValues", "fluentSetterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardedValues", "getterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@return A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardedValues", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                \n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.", "setterMethodName" : "setForwardedValues", "setterModel" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : null, "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerProtocolPolicyAsString", "beanStyleSetterMethodName" : "setViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer 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 #viewerProtocolPolicyAsString(String)}.\n@param viewerProtocolPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerProtocolPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #viewerProtocolPolicy} will return {@link ViewerProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #viewerProtocolPolicyAsString}.\n

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy\n@deprecated Use {@link #viewerProtocolPolicy(String)}\n", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : "ViewerProtocolPolicy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerProtocolPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerProtocolPolicy", "fluentEnumGetterMethodName" : "viewerProtocolPolicy", "fluentEnumSetterMethodName" : "viewerProtocolPolicy", "fluentGetterMethodName" : "viewerProtocolPolicyAsString", "fluentSetterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy", "fluentSetterMethodName" : "viewerProtocolPolicy", "getterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #viewerProtocolPolicy} will return {@link ViewerProtocolPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #viewerProtocolPolicyAsString}.\n

                                \n@return The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerProtocolPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerProtocolPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ViewerProtocolPolicy", "sensitive" : false, "setterDocumentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param viewerProtocolPolicy The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@see ViewerProtocolPolicy", "setterMethodName" : "setViewerProtocolPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "viewerProtocolPolicy", "variableType" : "String", "documentation" : "

                                The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. You can specify the following options:

                                • allow-all: Viewers can use HTTP or HTTPS.

                                • redirect-to-https: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.

                                • https-only: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).

                                For more information about requiring the HTTPS protocol, see Using an HTTPS Connection to Access Your Objects in the Amazon CloudFront Developer Guide.

                                The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinTTL", "beanStyleSetterMethodName" : "setMinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \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 #minTTL(Long)}.\n@param minTTL 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 #minTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@deprecated Use {@link #minTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minTTL(Long)}\n", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MinTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMinTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minTTL", "fluentSetterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minTTL", "getterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "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" : "MinTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MinTTL", "sensitive" : false, "setterDocumentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                \n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).", "setterMethodName" : "setMinTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "minTTL", "variableType" : "Long", "documentation" : "

                                The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                You must specify 0 for MinTTL if you configure CloudFront to forward all headers to your origin (under Headers, if you specify 1 for Quantity and * for Name).

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedMethods", "beanStyleSetterMethodName" : "setAllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\nThis is a convenience that creates an instance of the {@link AllowedMethods.Builder} avoiding the need to create one manually via {@link AllowedMethods#builder()}.\n\nWhen the {@link Consumer} completes, {@link AllowedMethods.Builder#build()} is called immediately and its result is passed to {@link #allowedMethods(AllowedMethods)}.\n@param allowedMethods a consumer that will call methods on {@link AllowedMethods.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedMethods(AllowedMethods)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.\n@deprecated Use {@link #allowedMethods()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedMethods(AllowedMethods)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedMethods", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedMethods", "fluentSetterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedMethods", "getterDocumentation" : "Returns the value of the AllowedMethods property for this object.\n@return The value of the AllowedMethods property for this object.", "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedMethods", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedMethods", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AllowedMethods", "sensitive" : false, "setterDocumentation" : "Sets the value of the AllowedMethods property for this object.\n\n@param allowedMethods The new value for the AllowedMethods property for this object.", "setterMethodName" : "setAllowedMethods", "setterModel" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : null, "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AllowedMethods", "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "documentation" : "", "simpleType" : "AllowedMethods", "variableSetterType" : "AllowedMethods" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSmoothStreaming", "beanStyleSetterMethodName" : "setSmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \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 #smoothStreaming(Boolean)}.\n@param smoothStreaming 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 #smoothStreaming(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@deprecated Use {@link #smoothStreaming()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #smoothStreaming(Boolean)}\n", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SmoothStreaming property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSmoothStreaming", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "smoothStreaming", "fluentSetterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smoothStreaming", "getterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@return Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "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" : "SmoothStreaming", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmoothStreaming", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SmoothStreaming", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                \n@param smoothStreaming Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.", "setterMethodName" : "setSmoothStreaming", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "smoothStreaming", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. If you specify true for SmoothStreaming, you can still distribute other content using this cache behavior if the content matches the value of PathPattern.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultTTL", "beanStyleSetterMethodName" : "setDefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \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 #defaultTTL(Long)}.\n@param defaultTTL 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 #defaultTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultTTL(Long)}\n", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTTL", "fluentSetterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTTL", "getterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "DefaultTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultTTL", "sensitive" : false, "setterDocumentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param defaultTTL The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultTTL", "variableType" : "Long", "documentation" : "

                                The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxTTL", "beanStyleSetterMethodName" : "setMaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \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 #maxTTL(Long)}.\n@param maxTTL 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 #maxTTL(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #maxTTL()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxTTL(Long)}\n", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxTTL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxTTL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxTTL", "fluentSetterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxTTL", "getterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@return The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "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" : "MaxTTL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxTTL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MaxTTL", "sensitive" : false, "setterDocumentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                \n@param maxTTL The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setMaxTTL", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "maxTTL", "variableType" : "Long", "documentation" : "

                                The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompress", "beanStyleSetterMethodName" : "setCompress", "c2jName" : "Compress", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \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 #compress(Boolean)}.\n@param compress 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 #compress(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #compress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #compress(Boolean)}\n", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Compress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compress", "fluentSetterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compress", "getterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@return Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "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" : "Compress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Compress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Compress", "sensitive" : false, "setterDocumentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                \n@param compress Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCompress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "compress", "variableType" : "Boolean", "documentation" : "

                                Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionAssociations", "beanStyleSetterMethodName" : "setLambdaFunctionAssociations", "c2jName" : "LambdaFunctionAssociations", "c2jShape" : "LambdaFunctionAssociations", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \nThis is a convenience that creates an instance of the {@link LambdaFunctionAssociations.Builder} avoiding the need to create one manually via {@link LambdaFunctionAssociations#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionAssociations.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}.\n@param lambdaFunctionAssociations a consumer that will call methods on {@link LambdaFunctionAssociations.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionAssociations(LambdaFunctionAssociations)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.\n@deprecated Use {@link #lambdaFunctionAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionAssociations(LambdaFunctionAssociations)}\n", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaFunctionAssociations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLambdaFunctionAssociations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionAssociations", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionAssociations", "getterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@return A complex type that contains zero or more Lambda function associations for a cache behavior.", "getterModel" : { "returnType" : "LambdaFunctionAssociations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionAssociations", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                \n@param lambdaFunctionAssociations A complex type that contains zero or more Lambda function associations for a cache behavior.", "setterMethodName" : "setLambdaFunctionAssociations", "setterModel" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : null, "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : "

                                A complex type that contains zero or more Lambda function associations for a cache behavior.

                                ", "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionId", "beanStyleSetterMethodName" : "setFieldLevelEncryptionId", "c2jName" : "FieldLevelEncryptionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionId(String)}.\n@param fieldLevelEncryptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@deprecated Use {@link #fieldLevelEncryptionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionId(String)}\n", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionId", "fluentSetterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionId", "getterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@return The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FieldLevelEncryptionId", "sensitive" : false, "setterDocumentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                \n@param fieldLevelEncryptionId The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.", "setterMethodName" : "setFieldLevelEncryptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fieldLevelEncryptionId", "variableType" : "String", "documentation" : "

                                The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetOriginId", "ForwardedValues", "TrustedSigners", "ViewerProtocolPolicy", "MinTTL" ], "shapeName" : "DefaultCacheBehavior", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : null, "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteCloudFrontOriginAccessIdentityRequest" : { "c2jName" : "DeleteCloudFrontOriginAccessIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Deletes a origin access identity.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteCloudFrontOriginAccessIdentity2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/origin-access-identity/cloudfront/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The origin access identity's ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The origin access identity's ID.

                                \n@return The origin access identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The origin access identity's ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The origin access identity's ID.

                                \n@return The origin access identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The origin access identity's ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The origin access identity's ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The origin access identity's ID.

                                \n@return The origin access identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The origin access identity's ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The origin access identity's ID.

                                \n@return The origin access identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The origin access identity's ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The origin access identity's ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The origin access identity's ID.

                                \n@return The origin access identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The origin access identity's ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The origin access identity's ID.

                                \n@return The origin access identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The origin access identity's ID.

                                \n@param id The origin access identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The origin access identity's ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "DeleteCloudFrontOriginAccessIdentityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteCloudFrontOriginAccessIdentityRequest", "variableName" : "deleteCloudFrontOriginAccessIdentityRequest", "variableType" : "DeleteCloudFrontOriginAccessIdentityRequest", "documentation" : null, "simpleType" : "DeleteCloudFrontOriginAccessIdentityRequest", "variableSetterType" : "DeleteCloudFrontOriginAccessIdentityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteCloudFrontOriginAccessIdentityResponse" : { "c2jName" : "DeleteCloudFrontOriginAccessIdentityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteCloudFrontOriginAccessIdentityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteCloudFrontOriginAccessIdentityResponse", "variableName" : "deleteCloudFrontOriginAccessIdentityResponse", "variableType" : "DeleteCloudFrontOriginAccessIdentityResponse", "documentation" : null, "simpleType" : "DeleteCloudFrontOriginAccessIdentityResponse", "variableSetterType" : "DeleteCloudFrontOriginAccessIdentityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDistributionRequest" : { "c2jName" : "DeleteDistributionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the following steps.

                                To delete a web distribution using the CloudFront API:

                                1. Disable the web distribution

                                2. Submit a GET Distribution Config request to get the current configuration and the Etag header for the distribution.

                                3. Update the XML document that was returned in the response to your GET Distribution Config request to change the value of Enabled to false.

                                4. Submit a PUT Distribution Config request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Distribution Config request in Step 2.

                                5. Review the response to the PUT Distribution Config request to confirm that the distribution was successfully disabled.

                                6. Submit a GET Distribution request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

                                7. Submit a DELETE Distribution request. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Distribution Config request in Step 6.

                                8. Review the response to your DELETE Distribution request to confirm that the distribution was successfully deleted.

                                For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteDistribution2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The distribution ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The distribution ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The distribution ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The distribution ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The distribution ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The distribution ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "DeleteDistributionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteDistributionRequest", "variableName" : "deleteDistributionRequest", "variableType" : "DeleteDistributionRequest", "documentation" : null, "simpleType" : "DeleteDistributionRequest", "variableSetterType" : "DeleteDistributionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDistributionResponse" : { "c2jName" : "DeleteDistributionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteDistributionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteDistributionResponse", "variableName" : "deleteDistributionResponse", "variableType" : "DeleteDistributionResponse", "documentation" : null, "simpleType" : "DeleteDistributionResponse", "variableSetterType" : "DeleteDistributionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteFieldLevelEncryptionConfigRequest" : { "c2jName" : "DeleteFieldLevelEncryptionConfigRequest", "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" : true, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteFieldLevelEncryptionConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@return The ID of the configuration you want to delete from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@return The ID of the configuration you want to delete from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@return The ID of the configuration you want to delete from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@return The ID of the configuration you want to delete from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@return The ID of the configuration you want to delete from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@return The ID of the configuration you want to delete from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                \n@param id The ID of the configuration you want to delete from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the configuration you want to delete from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "DeleteFieldLevelEncryptionConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteFieldLevelEncryptionConfigRequest", "variableName" : "deleteFieldLevelEncryptionConfigRequest", "variableType" : "DeleteFieldLevelEncryptionConfigRequest", "documentation" : null, "simpleType" : "DeleteFieldLevelEncryptionConfigRequest", "variableSetterType" : "DeleteFieldLevelEncryptionConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteFieldLevelEncryptionConfigResponse" : { "c2jName" : "DeleteFieldLevelEncryptionConfigResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteFieldLevelEncryptionConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteFieldLevelEncryptionConfigResponse", "variableName" : "deleteFieldLevelEncryptionConfigResponse", "variableType" : "DeleteFieldLevelEncryptionConfigResponse", "documentation" : null, "simpleType" : "DeleteFieldLevelEncryptionConfigResponse", "variableSetterType" : "DeleteFieldLevelEncryptionConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteFieldLevelEncryptionProfileRequest" : { "c2jName" : "DeleteFieldLevelEncryptionProfileRequest", "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" : true, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteFieldLevelEncryptionProfile2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption-profile/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@return Request the ID of the profile you want to delete from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@return Request the ID of the profile you want to delete from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@return Request the ID of the profile you want to delete from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@return Request the ID of the profile you want to delete from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@return Request the ID of the profile you want to delete from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@return Request the ID of the profile you want to delete from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                \n@param id Request the ID of the profile you want to delete from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                Request the ID of the profile you want to delete from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "DeleteFieldLevelEncryptionProfileRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteFieldLevelEncryptionProfileRequest", "variableName" : "deleteFieldLevelEncryptionProfileRequest", "variableType" : "DeleteFieldLevelEncryptionProfileRequest", "documentation" : null, "simpleType" : "DeleteFieldLevelEncryptionProfileRequest", "variableSetterType" : "DeleteFieldLevelEncryptionProfileRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteFieldLevelEncryptionProfileResponse" : { "c2jName" : "DeleteFieldLevelEncryptionProfileResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteFieldLevelEncryptionProfileResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteFieldLevelEncryptionProfileResponse", "variableName" : "deleteFieldLevelEncryptionProfileResponse", "variableType" : "DeleteFieldLevelEncryptionProfileResponse", "documentation" : null, "simpleType" : "DeleteFieldLevelEncryptionProfileResponse", "variableSetterType" : "DeleteFieldLevelEncryptionProfileResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeletePublicKeyRequest" : { "c2jName" : "DeletePublicKeyRequest", "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" : true, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeletePublicKey2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/public-key/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@return The ID of the public key you want to remove from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@return The ID of the public key you want to remove from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@return The ID of the public key you want to remove from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@return The ID of the public key you want to remove from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@return The ID of the public key you want to remove from CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@return The ID of the public key you want to remove from CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                \n@param id The ID of the public key you want to remove from CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the public key you want to remove from CloudFront.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "DeletePublicKeyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeletePublicKeyRequest", "variableName" : "deletePublicKeyRequest", "variableType" : "DeletePublicKeyRequest", "documentation" : null, "simpleType" : "DeletePublicKeyRequest", "variableSetterType" : "DeletePublicKeyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeletePublicKeyResponse" : { "c2jName" : "DeletePublicKeyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeletePublicKeyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeletePublicKeyResponse", "variableName" : "deletePublicKeyResponse", "variableType" : "DeletePublicKeyResponse", "documentation" : null, "simpleType" : "DeletePublicKeyResponse", "variableSetterType" : "DeletePublicKeyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteStreamingDistributionRequest" : { "c2jName" : "DeleteStreamingDistributionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The request to delete a streaming distribution.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteStreamingDistribution2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/streaming-distribution/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The distribution ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The distribution ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The distribution ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The distribution ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The distribution ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The distribution ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The distribution ID.

                                \n@return The distribution ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The distribution ID.

                                \n@param id The distribution ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The distribution ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@return The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                \n@param ifMatch The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "DeleteStreamingDistributionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteStreamingDistributionRequest", "variableName" : "deleteStreamingDistributionRequest", "variableType" : "DeleteStreamingDistributionRequest", "documentation" : null, "simpleType" : "DeleteStreamingDistributionRequest", "variableSetterType" : "DeleteStreamingDistributionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteStreamingDistributionResponse" : { "c2jName" : "DeleteStreamingDistributionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteStreamingDistributionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteStreamingDistributionResponse", "variableName" : "deleteStreamingDistributionResponse", "variableType" : "DeleteStreamingDistributionResponse", "documentation" : null, "simpleType" : "DeleteStreamingDistributionResponse", "variableSetterType" : "DeleteStreamingDistributionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Distribution" : { "c2jName" : "Distribution", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.", "getterModel" : { "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" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.", "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" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInProgressInvalidationBatches", "beanStyleSetterMethodName" : "setInProgressInvalidationBatches", "c2jName" : "InProgressInvalidationBatches", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \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 #inProgressInvalidationBatches(Integer)}.\n@param inProgressInvalidationBatches 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 #inProgressInvalidationBatches(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@return The number of invalidation batches currently in progress.\n@deprecated Use {@link #inProgressInvalidationBatches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inProgressInvalidationBatches(Integer)}\n", "documentation" : "

                                The number of invalidation batches currently in progress.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InProgressInvalidationBatches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInProgressInvalidationBatches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inProgressInvalidationBatches", "fluentSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inProgressInvalidationBatches", "getterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@return The number of invalidation batches currently in progress.", "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" : "InProgressInvalidationBatches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InProgressInvalidationBatches", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "InProgressInvalidationBatches", "sensitive" : false, "setterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.", "setterMethodName" : "setInProgressInvalidationBatches", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "documentation" : "

                                The number of invalidation batches currently in progress.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveTrustedSigners", "beanStyleSetterMethodName" : "setActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \nThis is a convenience that creates an instance of the {@link ActiveTrustedSigners.Builder} avoiding the need to create one manually via {@link ActiveTrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActiveTrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #activeTrustedSigners(ActiveTrustedSigners)}.\n@param activeTrustedSigners a consumer that will call methods on {@link ActiveTrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeTrustedSigners(ActiveTrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@deprecated Use {@link #activeTrustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeTrustedSigners(ActiveTrustedSigners)}\n", "documentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveTrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeTrustedSigners", "fluentSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeTrustedSigners", "getterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveTrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveTrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActiveTrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "setterMethodName" : "setActiveTrustedSigners", "setterModel" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : null, "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                ", "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@return The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@return The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAliasICPRecordals", "beanStyleSetterMethodName" : "setAliasICPRecordals", "c2jName" : "AliasICPRecordals", "c2jShape" : "AliasICPRecordals", "defaultConsumerFluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \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 #aliasICPRecordals(List)}.\n@param aliasICPRecordals 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 #aliasICPRecordals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@deprecated Use {@link #aliasICPRecordals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliasICPRecordals(List)}\n", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AliasICPRecordals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliasICPRecordals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliasICPRecordals", "fluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliasICPRecordals", "getterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "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" : "AliasICPRecordals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AliasICPRecordal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AliasICPRecordal.Builder} avoiding the need to create one manually via {@link AliasICPRecordal#builder()}.\n\nWhen the {@link Consumer} completes, {@link AliasICPRecordal.Builder#build()} is called immediately and its result is passed to {@link #member(AliasICPRecordal)}.\n@param member a consumer that will call methods on {@link AliasICPRecordal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AliasICPRecordal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AliasICPRecordal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AliasICPRecordal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AliasICPRecordal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordal", "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" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : null, "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : "", "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "AliasICPRecordal", "memberType" : "AliasICPRecordal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AliasICPRecordal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AliasICPRecordals", "sensitive" : false, "setterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "setterMethodName" : "setAliasICPRecordals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ActiveTrustedSigners" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveTrustedSigners", "beanStyleSetterMethodName" : "setActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \nThis is a convenience that creates an instance of the {@link ActiveTrustedSigners.Builder} avoiding the need to create one manually via {@link ActiveTrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActiveTrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #activeTrustedSigners(ActiveTrustedSigners)}.\n@param activeTrustedSigners a consumer that will call methods on {@link ActiveTrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeTrustedSigners(ActiveTrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@deprecated Use {@link #activeTrustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeTrustedSigners(ActiveTrustedSigners)}\n", "documentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveTrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeTrustedSigners", "fluentSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeTrustedSigners", "getterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveTrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveTrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActiveTrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "setterMethodName" : "setActiveTrustedSigners", "setterModel" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : null, "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                ", "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AliasICPRecordals" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAliasICPRecordals", "beanStyleSetterMethodName" : "setAliasICPRecordals", "c2jName" : "AliasICPRecordals", "c2jShape" : "AliasICPRecordals", "defaultConsumerFluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \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 #aliasICPRecordals(List)}.\n@param aliasICPRecordals 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 #aliasICPRecordals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@deprecated Use {@link #aliasICPRecordals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliasICPRecordals(List)}\n", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AliasICPRecordals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliasICPRecordals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliasICPRecordals", "fluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliasICPRecordals", "getterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "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" : "AliasICPRecordals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AliasICPRecordal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AliasICPRecordal.Builder} avoiding the need to create one manually via {@link AliasICPRecordal#builder()}.\n\nWhen the {@link Consumer} completes, {@link AliasICPRecordal.Builder#build()} is called immediately and its result is passed to {@link #member(AliasICPRecordal)}.\n@param member a consumer that will call methods on {@link AliasICPRecordal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AliasICPRecordal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AliasICPRecordal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AliasICPRecordal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AliasICPRecordal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordal", "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" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : null, "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : "", "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "AliasICPRecordal", "memberType" : "AliasICPRecordal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AliasICPRecordal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AliasICPRecordals", "sensitive" : false, "setterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "setterMethodName" : "setAliasICPRecordals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@return The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@return The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InProgressInvalidationBatches" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInProgressInvalidationBatches", "beanStyleSetterMethodName" : "setInProgressInvalidationBatches", "c2jName" : "InProgressInvalidationBatches", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \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 #inProgressInvalidationBatches(Integer)}.\n@param inProgressInvalidationBatches 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 #inProgressInvalidationBatches(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@return The number of invalidation batches currently in progress.\n@deprecated Use {@link #inProgressInvalidationBatches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inProgressInvalidationBatches(Integer)}\n", "documentation" : "

                                The number of invalidation batches currently in progress.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InProgressInvalidationBatches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInProgressInvalidationBatches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inProgressInvalidationBatches", "fluentSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inProgressInvalidationBatches", "getterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@return The number of invalidation batches currently in progress.", "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" : "InProgressInvalidationBatches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InProgressInvalidationBatches", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "InProgressInvalidationBatches", "sensitive" : false, "setterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.", "setterMethodName" : "setInProgressInvalidationBatches", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "documentation" : "

                                The number of invalidation batches currently in progress.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.", "getterModel" : { "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" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.", "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" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.", "getterModel" : { "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" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                \n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.", "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" : "

                                This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInProgressInvalidationBatches", "beanStyleSetterMethodName" : "setInProgressInvalidationBatches", "c2jName" : "InProgressInvalidationBatches", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \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 #inProgressInvalidationBatches(Integer)}.\n@param inProgressInvalidationBatches 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 #inProgressInvalidationBatches(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@return The number of invalidation batches currently in progress.\n@deprecated Use {@link #inProgressInvalidationBatches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inProgressInvalidationBatches(Integer)}\n", "documentation" : "

                                The number of invalidation batches currently in progress.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InProgressInvalidationBatches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInProgressInvalidationBatches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inProgressInvalidationBatches", "fluentSetterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inProgressInvalidationBatches", "getterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@return The number of invalidation batches currently in progress.", "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" : "InProgressInvalidationBatches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InProgressInvalidationBatches", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "InProgressInvalidationBatches", "sensitive" : false, "setterDocumentation" : "

                                The number of invalidation batches currently in progress.

                                \n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.", "setterMethodName" : "setInProgressInvalidationBatches", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "documentation" : "

                                The number of invalidation batches currently in progress.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveTrustedSigners", "beanStyleSetterMethodName" : "setActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \nThis is a convenience that creates an instance of the {@link ActiveTrustedSigners.Builder} avoiding the need to create one manually via {@link ActiveTrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActiveTrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #activeTrustedSigners(ActiveTrustedSigners)}.\n@param activeTrustedSigners a consumer that will call methods on {@link ActiveTrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeTrustedSigners(ActiveTrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@deprecated Use {@link #activeTrustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeTrustedSigners(ActiveTrustedSigners)}\n", "documentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveTrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeTrustedSigners", "fluentSetterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeTrustedSigners", "getterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveTrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveTrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActiveTrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                \n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "setterMethodName" : "setActiveTrustedSigners", "setterModel" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : null, "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : "

                                CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

                                ", "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@return The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@return The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                \n@param distributionConfig The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                The current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAliasICPRecordals", "beanStyleSetterMethodName" : "setAliasICPRecordals", "c2jName" : "AliasICPRecordals", "c2jShape" : "AliasICPRecordals", "defaultConsumerFluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \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 #aliasICPRecordals(List)}.\n@param aliasICPRecordals 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 #aliasICPRecordals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@deprecated Use {@link #aliasICPRecordals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliasICPRecordals(List)}\n", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AliasICPRecordals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliasICPRecordals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliasICPRecordals", "fluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliasICPRecordals", "getterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "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" : "AliasICPRecordals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AliasICPRecordal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AliasICPRecordal.Builder} avoiding the need to create one manually via {@link AliasICPRecordal#builder()}.\n\nWhen the {@link Consumer} completes, {@link AliasICPRecordal.Builder#build()} is called immediately and its result is passed to {@link #member(AliasICPRecordal)}.\n@param member a consumer that will call methods on {@link AliasICPRecordal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AliasICPRecordal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AliasICPRecordal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AliasICPRecordal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AliasICPRecordal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordal", "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" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : null, "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : "", "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "AliasICPRecordal", "memberType" : "AliasICPRecordal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AliasICPRecordal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AliasICPRecordals", "sensitive" : false, "setterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "setterMethodName" : "setAliasICPRecordals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "ARN", "Status", "LastModifiedTime", "InProgressInvalidationBatches", "DomainName", "ActiveTrustedSigners", "DistributionConfig" ], "shapeName" : "Distribution", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "wrapper" : false, "xmlNamespace" : null }, "DistributionAlreadyExistsException" : { "c2jName" : "DistributionAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The caller reference you attempted to create the distribution with is associated with another distribution.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DistributionAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DistributionAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DistributionAlreadyExistsException", "variableName" : "distributionAlreadyExistsException", "variableType" : "DistributionAlreadyExistsException", "documentation" : null, "simpleType" : "DistributionAlreadyExistsException", "variableSetterType" : "DistributionAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "DistributionConfig" : { "c2jName" : "DistributionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A distribution configuration.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultRootObject", "beanStyleSetterMethodName" : "setDefaultRootObject", "c2jName" : "DefaultRootObject", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer 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 #defaultRootObject(String)}.\n@param defaultRootObject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultRootObject(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@return The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultRootObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultRootObject(String)}\n", "documentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultRootObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultRootObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultRootObject", "fluentSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultRootObject", "getterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@return The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer 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" : "DefaultRootObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultRootObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultRootObject", "sensitive" : false, "setterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultRootObject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultRootObject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultRootObject", "variableType" : "String", "documentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrigins", "beanStyleSetterMethodName" : "setOrigins", "c2jName" : "Origins", "c2jShape" : "Origins", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Origins.Builder} avoiding the need to create one manually via {@link Origins#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origins.Builder#build()} is called immediately and its result is passed to {@link #origins(Origins)}.\n@param origins a consumer that will call methods on {@link Origins.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #origins(Origins)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.\n@deprecated Use {@link #origins()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #origins(Origins)}\n", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Origins property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrigins", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "origins", "fluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "origins", "getterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.", "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origins", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origins", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Origins", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.", "setterMethodName" : "setOrigins", "setterModel" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : null, "simpleType" : "Origins", "variableSetterType" : "Origins" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "simpleType" : "Origins", "variableSetterType" : "Origins" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginGroups", "beanStyleSetterMethodName" : "setOriginGroups", "c2jName" : "OriginGroups", "c2jShape" : "OriginGroups", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \nThis is a convenience that creates an instance of the {@link OriginGroups.Builder} avoiding the need to create one manually via {@link OriginGroups#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroups.Builder#build()} is called immediately and its result is passed to {@link #originGroups(OriginGroups)}.\n@param originGroups a consumer that will call methods on {@link OriginGroups.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originGroups(OriginGroups)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.\n@deprecated Use {@link #originGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originGroups(OriginGroups)}\n", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originGroups", "fluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originGroups", "getterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.", "getterModel" : { "returnType" : "OriginGroups", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginGroups", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.", "setterMethodName" : "setOriginGroups", "setterModel" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : null, "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultCacheBehavior", "beanStyleSetterMethodName" : "setDefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \nThis is a convenience that creates an instance of the {@link DefaultCacheBehavior.Builder} avoiding the need to create one manually via {@link DefaultCacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultCacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #defaultCacheBehavior(DefaultCacheBehavior)}.\n@param defaultCacheBehavior a consumer that will call methods on {@link DefaultCacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultCacheBehavior(DefaultCacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@deprecated Use {@link #defaultCacheBehavior()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultCacheBehavior(DefaultCacheBehavior)}\n", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultCacheBehavior property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultCacheBehavior", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultCacheBehavior", "fluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultCacheBehavior", "getterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultCacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCacheBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultCacheBehavior", "sensitive" : false, "setterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "setterMethodName" : "setDefaultCacheBehavior", "setterModel" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : null, "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCacheBehaviors", "beanStyleSetterMethodName" : "setCacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \nThis is a convenience that creates an instance of the {@link CacheBehaviors.Builder} avoiding the need to create one manually via {@link CacheBehaviors#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehaviors.Builder#build()} is called immediately and its result is passed to {@link #cacheBehaviors(CacheBehaviors)}.\n@param cacheBehaviors a consumer that will call methods on {@link CacheBehaviors.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheBehaviors(CacheBehaviors)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.\n@deprecated Use {@link #cacheBehaviors()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cacheBehaviors(CacheBehaviors)}\n", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CacheBehaviors property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCacheBehaviors", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheBehaviors", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheBehaviors", "getterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.", "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehaviors", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehaviors", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheBehaviors", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.", "setterMethodName" : "setCacheBehaviors", "setterModel" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : null, "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomErrorResponses", "beanStyleSetterMethodName" : "setCustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link CustomErrorResponses.Builder} avoiding the need to create one manually via {@link CustomErrorResponses#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponses.Builder#build()} is called immediately and its result is passed to {@link #customErrorResponses(CustomErrorResponses)}.\n@param customErrorResponses a consumer that will call methods on {@link CustomErrorResponses.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customErrorResponses(CustomErrorResponses)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #customErrorResponses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customErrorResponses(CustomErrorResponses)}\n", "documentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomErrorResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomErrorResponses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customErrorResponses", "fluentSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customErrorResponses", "getterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomErrorResponses", "sensitive" : false, "setterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCustomErrorResponses", "setterModel" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : null, "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "CommentType", "defaultConsumerFluentSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@return Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@return Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : true, "setterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogging", "beanStyleSetterMethodName" : "setLogging", "c2jName" : "Logging", "c2jShape" : "LoggingConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link LoggingConfig.Builder} avoiding the need to create one manually via {@link LoggingConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingConfig.Builder#build()} is called immediately and its result is passed to {@link #logging(LoggingConfig)}.\n@param logging a consumer that will call methods on {@link LoggingConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logging(LoggingConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #logging()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logging(LoggingConfig)}\n", "documentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Logging property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogging", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logging", "fluentSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logging", "getterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "LoggingConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Logging", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Logging", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Logging", "sensitive" : false, "setterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setLogging", "setterModel" : { "variableDeclarationType" : "LoggingConfig", "variableName" : "logging", "variableType" : "LoggingConfig", "documentation" : null, "simpleType" : "LoggingConfig", "variableSetterType" : "LoggingConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingConfig", "variableName" : "logging", "variableType" : "LoggingConfig", "documentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "LoggingConfig", "variableSetterType" : "LoggingConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@return From this field, you can enable or disable the selected distribution.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                From this field, you can enable or disable the selected distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@return From this field, you can enable or disable the selected distribution.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                From this field, you can enable or disable the selected distribution.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerCertificate", "beanStyleSetterMethodName" : "setViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \nThis is a convenience that creates an instance of the {@link ViewerCertificate.Builder} avoiding the need to create one manually via {@link ViewerCertificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ViewerCertificate.Builder#build()} is called immediately and its result is passed to {@link #viewerCertificate(ViewerCertificate)}.\n@param viewerCertificate a consumer that will call methods on {@link ViewerCertificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerCertificate(ViewerCertificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@deprecated Use {@link #viewerCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #viewerCertificate(ViewerCertificate)}\n", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "viewerCertificate", "fluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "viewerCertificate", "getterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ViewerCertificate", "sensitive" : false, "setterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "setterMethodName" : "setViewerCertificate", "setterModel" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : null, "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictions", "beanStyleSetterMethodName" : "setRestrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \nThis is a convenience that creates an instance of the {@link Restrictions.Builder} avoiding the need to create one manually via {@link Restrictions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Restrictions.Builder#build()} is called immediately and its result is passed to {@link #restrictions(Restrictions)}.\n@param restrictions a consumer that will call methods on {@link Restrictions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictions(Restrictions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.\n@deprecated Use {@link #restrictions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #restrictions(Restrictions)}\n", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Restrictions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "restrictions", "fluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "restrictions", "getterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.", "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Restrictions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Restrictions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Restrictions", "sensitive" : false, "setterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.", "setterMethodName" : "setRestrictions", "setterModel" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : null, "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer 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 #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@return A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@return A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer 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" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpVersionAsString", "beanStyleSetterMethodName" : "setHttpVersion", "c2jName" : "HttpVersion", "c2jShape" : "HttpVersion", "defaultConsumerFluentSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpVersionAsString(String)}.\n@param httpVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@deprecated Use {@link #httpVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion\n@deprecated Use {@link #httpVersion(String)}\n", "documentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                ", "endpointDiscoveryId" : false, "enumType" : "HttpVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpVersion", "fluentEnumGetterMethodName" : "httpVersion", "fluentEnumSetterMethodName" : "httpVersion", "fluentGetterMethodName" : "httpVersionAsString", "fluentSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion", "fluentSetterMethodName" : "httpVersion", "getterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpVersion", "sensitive" : false, "setterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion", "setterMethodName" : "setHttpVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsIPV6Enabled", "beanStyleSetterMethodName" : "setIsIPV6Enabled", "c2jName" : "IsIPV6Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \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 #isIPV6Enabled(Boolean)}.\n@param isIPV6Enabled 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 #isIPV6Enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@return If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@deprecated Use {@link #isIPV6Enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isIPV6Enabled(Boolean)}\n", "documentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsIPV6Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsIPV6Enabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isIPV6Enabled", "fluentSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isIPV6Enabled", "getterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@return If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.", "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" : "IsIPV6Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsIPV6Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsIPV6Enabled", "sensitive" : false, "setterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.", "setterMethodName" : "setIsIPV6Enabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Aliases" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CacheBehaviors" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCacheBehaviors", "beanStyleSetterMethodName" : "setCacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \nThis is a convenience that creates an instance of the {@link CacheBehaviors.Builder} avoiding the need to create one manually via {@link CacheBehaviors#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehaviors.Builder#build()} is called immediately and its result is passed to {@link #cacheBehaviors(CacheBehaviors)}.\n@param cacheBehaviors a consumer that will call methods on {@link CacheBehaviors.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheBehaviors(CacheBehaviors)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.\n@deprecated Use {@link #cacheBehaviors()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cacheBehaviors(CacheBehaviors)}\n", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CacheBehaviors property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCacheBehaviors", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheBehaviors", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheBehaviors", "getterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.", "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehaviors", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehaviors", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheBehaviors", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.", "setterMethodName" : "setCacheBehaviors", "setterModel" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : null, "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CallerReference" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "CommentType", "defaultConsumerFluentSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@return Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@return Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : true, "setterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomErrorResponses" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomErrorResponses", "beanStyleSetterMethodName" : "setCustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link CustomErrorResponses.Builder} avoiding the need to create one manually via {@link CustomErrorResponses#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponses.Builder#build()} is called immediately and its result is passed to {@link #customErrorResponses(CustomErrorResponses)}.\n@param customErrorResponses a consumer that will call methods on {@link CustomErrorResponses.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customErrorResponses(CustomErrorResponses)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #customErrorResponses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customErrorResponses(CustomErrorResponses)}\n", "documentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomErrorResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomErrorResponses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customErrorResponses", "fluentSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customErrorResponses", "getterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomErrorResponses", "sensitive" : false, "setterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCustomErrorResponses", "setterModel" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : null, "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultCacheBehavior" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultCacheBehavior", "beanStyleSetterMethodName" : "setDefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \nThis is a convenience that creates an instance of the {@link DefaultCacheBehavior.Builder} avoiding the need to create one manually via {@link DefaultCacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultCacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #defaultCacheBehavior(DefaultCacheBehavior)}.\n@param defaultCacheBehavior a consumer that will call methods on {@link DefaultCacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultCacheBehavior(DefaultCacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@deprecated Use {@link #defaultCacheBehavior()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultCacheBehavior(DefaultCacheBehavior)}\n", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultCacheBehavior property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultCacheBehavior", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultCacheBehavior", "fluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultCacheBehavior", "getterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultCacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCacheBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultCacheBehavior", "sensitive" : false, "setterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "setterMethodName" : "setDefaultCacheBehavior", "setterModel" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : null, "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultRootObject" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultRootObject", "beanStyleSetterMethodName" : "setDefaultRootObject", "c2jName" : "DefaultRootObject", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer 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 #defaultRootObject(String)}.\n@param defaultRootObject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultRootObject(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@return The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultRootObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultRootObject(String)}\n", "documentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultRootObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultRootObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultRootObject", "fluentSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultRootObject", "getterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@return The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer 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" : "DefaultRootObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultRootObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultRootObject", "sensitive" : false, "setterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultRootObject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultRootObject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultRootObject", "variableType" : "String", "documentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@return From this field, you can enable or disable the selected distribution.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                From this field, you can enable or disable the selected distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@return From this field, you can enable or disable the selected distribution.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                From this field, you can enable or disable the selected distribution.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HttpVersion" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpVersionAsString", "beanStyleSetterMethodName" : "setHttpVersion", "c2jName" : "HttpVersion", "c2jShape" : "HttpVersion", "defaultConsumerFluentSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpVersionAsString(String)}.\n@param httpVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@deprecated Use {@link #httpVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion\n@deprecated Use {@link #httpVersion(String)}\n", "documentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                ", "endpointDiscoveryId" : false, "enumType" : "HttpVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpVersion", "fluentEnumGetterMethodName" : "httpVersion", "fluentEnumSetterMethodName" : "httpVersion", "fluentGetterMethodName" : "httpVersionAsString", "fluentSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion", "fluentSetterMethodName" : "httpVersion", "getterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpVersion", "sensitive" : false, "setterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion", "setterMethodName" : "setHttpVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IsIPV6Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsIPV6Enabled", "beanStyleSetterMethodName" : "setIsIPV6Enabled", "c2jName" : "IsIPV6Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \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 #isIPV6Enabled(Boolean)}.\n@param isIPV6Enabled 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 #isIPV6Enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@return If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@deprecated Use {@link #isIPV6Enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isIPV6Enabled(Boolean)}\n", "documentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsIPV6Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsIPV6Enabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isIPV6Enabled", "fluentSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isIPV6Enabled", "getterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@return If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.", "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" : "IsIPV6Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsIPV6Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsIPV6Enabled", "sensitive" : false, "setterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.", "setterMethodName" : "setIsIPV6Enabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Logging" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogging", "beanStyleSetterMethodName" : "setLogging", "c2jName" : "Logging", "c2jShape" : "LoggingConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link LoggingConfig.Builder} avoiding the need to create one manually via {@link LoggingConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingConfig.Builder#build()} is called immediately and its result is passed to {@link #logging(LoggingConfig)}.\n@param logging a consumer that will call methods on {@link LoggingConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logging(LoggingConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #logging()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logging(LoggingConfig)}\n", "documentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Logging property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogging", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logging", "fluentSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logging", "getterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "LoggingConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Logging", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Logging", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Logging", "sensitive" : false, "setterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setLogging", "setterModel" : { "variableDeclarationType" : "LoggingConfig", "variableName" : "logging", "variableType" : "LoggingConfig", "documentation" : null, "simpleType" : "LoggingConfig", "variableSetterType" : "LoggingConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingConfig", "variableName" : "logging", "variableType" : "LoggingConfig", "documentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "LoggingConfig", "variableSetterType" : "LoggingConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginGroups" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginGroups", "beanStyleSetterMethodName" : "setOriginGroups", "c2jName" : "OriginGroups", "c2jShape" : "OriginGroups", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \nThis is a convenience that creates an instance of the {@link OriginGroups.Builder} avoiding the need to create one manually via {@link OriginGroups#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroups.Builder#build()} is called immediately and its result is passed to {@link #originGroups(OriginGroups)}.\n@param originGroups a consumer that will call methods on {@link OriginGroups.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originGroups(OriginGroups)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.\n@deprecated Use {@link #originGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originGroups(OriginGroups)}\n", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originGroups", "fluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originGroups", "getterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.", "getterModel" : { "returnType" : "OriginGroups", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginGroups", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.", "setterMethodName" : "setOriginGroups", "setterModel" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : null, "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Origins" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrigins", "beanStyleSetterMethodName" : "setOrigins", "c2jName" : "Origins", "c2jShape" : "Origins", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Origins.Builder} avoiding the need to create one manually via {@link Origins#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origins.Builder#build()} is called immediately and its result is passed to {@link #origins(Origins)}.\n@param origins a consumer that will call methods on {@link Origins.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #origins(Origins)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.\n@deprecated Use {@link #origins()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #origins(Origins)}\n", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Origins property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrigins", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "origins", "fluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "origins", "getterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.", "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origins", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origins", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Origins", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.", "setterMethodName" : "setOrigins", "setterModel" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : null, "simpleType" : "Origins", "variableSetterType" : "Origins" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "simpleType" : "Origins", "variableSetterType" : "Origins" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PriceClass" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Restrictions" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictions", "beanStyleSetterMethodName" : "setRestrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \nThis is a convenience that creates an instance of the {@link Restrictions.Builder} avoiding the need to create one manually via {@link Restrictions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Restrictions.Builder#build()} is called immediately and its result is passed to {@link #restrictions(Restrictions)}.\n@param restrictions a consumer that will call methods on {@link Restrictions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictions(Restrictions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.\n@deprecated Use {@link #restrictions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #restrictions(Restrictions)}\n", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Restrictions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "restrictions", "fluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "restrictions", "getterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.", "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Restrictions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Restrictions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Restrictions", "sensitive" : false, "setterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.", "setterMethodName" : "setRestrictions", "setterModel" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : null, "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ViewerCertificate" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerCertificate", "beanStyleSetterMethodName" : "setViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \nThis is a convenience that creates an instance of the {@link ViewerCertificate.Builder} avoiding the need to create one manually via {@link ViewerCertificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ViewerCertificate.Builder#build()} is called immediately and its result is passed to {@link #viewerCertificate(ViewerCertificate)}.\n@param viewerCertificate a consumer that will call methods on {@link ViewerCertificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerCertificate(ViewerCertificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@deprecated Use {@link #viewerCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #viewerCertificate(ViewerCertificate)}\n", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "viewerCertificate", "fluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "viewerCertificate", "getterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ViewerCertificate", "sensitive" : false, "setterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "setterMethodName" : "setViewerCertificate", "setterModel" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : null, "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WebACLId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer 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 #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@return A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@return A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer 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" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                If the value of CallerReference is new (regardless of the content of the DistributionConfig object), CloudFront creates a new distribution.

                                If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultRootObject", "beanStyleSetterMethodName" : "setDefaultRootObject", "c2jName" : "DefaultRootObject", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer 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 #defaultRootObject(String)}.\n@param defaultRootObject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultRootObject(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@return The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #defaultRootObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultRootObject(String)}\n", "documentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultRootObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultRootObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultRootObject", "fluentSetterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultRootObject", "getterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@return The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer 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" : "DefaultRootObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultRootObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultRootObject", "sensitive" : false, "setterDocumentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                \n@param defaultRootObject The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setDefaultRootObject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultRootObject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultRootObject", "variableType" : "String", "documentation" : "

                                The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). Specifying a default root object avoids exposing the contents of your distribution.

                                Specify only the object name, for example, index.html. Don't add a / before the object name.

                                If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element.

                                To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element.

                                To replace the default root object, update the distribution configuration and specify the new object.

                                For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrigins", "beanStyleSetterMethodName" : "setOrigins", "c2jName" : "Origins", "c2jShape" : "Origins", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Origins.Builder} avoiding the need to create one manually via {@link Origins#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origins.Builder#build()} is called immediately and its result is passed to {@link #origins(Origins)}.\n@param origins a consumer that will call methods on {@link Origins.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #origins(Origins)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.\n@deprecated Use {@link #origins()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #origins(Origins)}\n", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Origins property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrigins", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "origins", "fluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "origins", "getterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.", "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origins", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origins", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Origins", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.", "setterMethodName" : "setOrigins", "setterModel" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : null, "simpleType" : "Origins", "variableSetterType" : "Origins" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "simpleType" : "Origins", "variableSetterType" : "Origins" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginGroups", "beanStyleSetterMethodName" : "setOriginGroups", "c2jName" : "OriginGroups", "c2jShape" : "OriginGroups", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \nThis is a convenience that creates an instance of the {@link OriginGroups.Builder} avoiding the need to create one manually via {@link OriginGroups#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroups.Builder#build()} is called immediately and its result is passed to {@link #originGroups(OriginGroups)}.\n@param originGroups a consumer that will call methods on {@link OriginGroups.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originGroups(OriginGroups)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.\n@deprecated Use {@link #originGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originGroups(OriginGroups)}\n", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originGroups", "fluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originGroups", "getterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.", "getterModel" : { "returnType" : "OriginGroups", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginGroups", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.", "setterMethodName" : "setOriginGroups", "setterModel" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : null, "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultCacheBehavior", "beanStyleSetterMethodName" : "setDefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \nThis is a convenience that creates an instance of the {@link DefaultCacheBehavior.Builder} avoiding the need to create one manually via {@link DefaultCacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultCacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #defaultCacheBehavior(DefaultCacheBehavior)}.\n@param defaultCacheBehavior a consumer that will call methods on {@link DefaultCacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultCacheBehavior(DefaultCacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@deprecated Use {@link #defaultCacheBehavior()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultCacheBehavior(DefaultCacheBehavior)}\n", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultCacheBehavior property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultCacheBehavior", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultCacheBehavior", "fluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultCacheBehavior", "getterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultCacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCacheBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultCacheBehavior", "sensitive" : false, "setterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "setterMethodName" : "setDefaultCacheBehavior", "setterModel" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : null, "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCacheBehaviors", "beanStyleSetterMethodName" : "setCacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \nThis is a convenience that creates an instance of the {@link CacheBehaviors.Builder} avoiding the need to create one manually via {@link CacheBehaviors#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehaviors.Builder#build()} is called immediately and its result is passed to {@link #cacheBehaviors(CacheBehaviors)}.\n@param cacheBehaviors a consumer that will call methods on {@link CacheBehaviors.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheBehaviors(CacheBehaviors)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.\n@deprecated Use {@link #cacheBehaviors()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cacheBehaviors(CacheBehaviors)}\n", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CacheBehaviors property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCacheBehaviors", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheBehaviors", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheBehaviors", "getterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.", "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehaviors", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehaviors", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheBehaviors", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.", "setterMethodName" : "setCacheBehaviors", "setterModel" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : null, "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomErrorResponses", "beanStyleSetterMethodName" : "setCustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link CustomErrorResponses.Builder} avoiding the need to create one manually via {@link CustomErrorResponses#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponses.Builder#build()} is called immediately and its result is passed to {@link #customErrorResponses(CustomErrorResponses)}.\n@param customErrorResponses a consumer that will call methods on {@link CustomErrorResponses.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customErrorResponses(CustomErrorResponses)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #customErrorResponses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customErrorResponses(CustomErrorResponses)}\n", "documentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomErrorResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomErrorResponses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customErrorResponses", "fluentSetterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customErrorResponses", "getterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomErrorResponses", "sensitive" : false, "setterDocumentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                \n@param customErrorResponses A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCustomErrorResponses", "setterModel" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : null, "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : "

                                A complex type that controls the following:

                                • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

                                • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

                                For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "CommentType", "defaultConsumerFluentSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@return Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@return Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : true, "setterDocumentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                \n@param comment Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                Any comments you want to include about the distribution.

                                If you don't want to specify a comment, include an empty Comment element.

                                To delete an existing comment, update the distribution configuration and include an empty Comment element.

                                To add or change a comment, update the distribution configuration and specify the new comment.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogging", "beanStyleSetterMethodName" : "setLogging", "c2jName" : "Logging", "c2jShape" : "LoggingConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link LoggingConfig.Builder} avoiding the need to create one manually via {@link LoggingConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingConfig.Builder#build()} is called immediately and its result is passed to {@link #logging(LoggingConfig)}.\n@param logging a consumer that will call methods on {@link LoggingConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logging(LoggingConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #logging()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logging(LoggingConfig)}\n", "documentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Logging property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogging", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logging", "fluentSetterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logging", "getterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "LoggingConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Logging", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Logging", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Logging", "sensitive" : false, "setterDocumentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                \n@param logging A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setLogging", "setterModel" : { "variableDeclarationType" : "LoggingConfig", "variableName" : "logging", "variableType" : "LoggingConfig", "documentation" : null, "simpleType" : "LoggingConfig", "variableSetterType" : "LoggingConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingConfig", "variableName" : "logging", "variableType" : "LoggingConfig", "documentation" : "

                                A complex type that controls whether access logs are written for the distribution.

                                For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "LoggingConfig", "variableSetterType" : "LoggingConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                \n@param priceClass The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.

                                If you specify a price class other than PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.

                                For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing. For price class information, scroll down to see the table at the bottom of the page.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@return From this field, you can enable or disable the selected distribution.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                From this field, you can enable or disable the selected distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@return From this field, you can enable or disable the selected distribution.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                From this field, you can enable or disable the selected distribution.

                                \n@param enabled From this field, you can enable or disable the selected distribution.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                From this field, you can enable or disable the selected distribution.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerCertificate", "beanStyleSetterMethodName" : "setViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \nThis is a convenience that creates an instance of the {@link ViewerCertificate.Builder} avoiding the need to create one manually via {@link ViewerCertificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ViewerCertificate.Builder#build()} is called immediately and its result is passed to {@link #viewerCertificate(ViewerCertificate)}.\n@param viewerCertificate a consumer that will call methods on {@link ViewerCertificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerCertificate(ViewerCertificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@deprecated Use {@link #viewerCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #viewerCertificate(ViewerCertificate)}\n", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "viewerCertificate", "fluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "viewerCertificate", "getterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ViewerCertificate", "sensitive" : false, "setterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "setterMethodName" : "setViewerCertificate", "setterModel" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : null, "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictions", "beanStyleSetterMethodName" : "setRestrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \nThis is a convenience that creates an instance of the {@link Restrictions.Builder} avoiding the need to create one manually via {@link Restrictions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Restrictions.Builder#build()} is called immediately and its result is passed to {@link #restrictions(Restrictions)}.\n@param restrictions a consumer that will call methods on {@link Restrictions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictions(Restrictions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.\n@deprecated Use {@link #restrictions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #restrictions(Restrictions)}\n", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Restrictions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "restrictions", "fluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "restrictions", "getterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.", "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Restrictions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Restrictions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Restrictions", "sensitive" : false, "setterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.", "setterMethodName" : "setRestrictions", "setterModel" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : null, "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer 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 #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@return A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@return A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer 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" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                \n@param webACLId A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpVersionAsString", "beanStyleSetterMethodName" : "setHttpVersion", "c2jName" : "HttpVersion", "c2jShape" : "HttpVersion", "defaultConsumerFluentSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpVersionAsString(String)}.\n@param httpVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@deprecated Use {@link #httpVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion\n@deprecated Use {@link #httpVersion(String)}\n", "documentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                ", "endpointDiscoveryId" : false, "enumType" : "HttpVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpVersion", "fluentEnumGetterMethodName" : "httpVersion", "fluentEnumSetterMethodName" : "httpVersion", "fluentGetterMethodName" : "httpVersionAsString", "fluentSetterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion", "fluentSetterMethodName" : "httpVersion", "getterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpVersion", "sensitive" : false, "setterDocumentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                \n@param httpVersion (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"\n@see HttpVersion", "setterMethodName" : "setHttpVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : "

                                (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.

                                For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).

                                In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\"

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsIPV6Enabled", "beanStyleSetterMethodName" : "setIsIPV6Enabled", "c2jName" : "IsIPV6Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \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 #isIPV6Enabled(Boolean)}.\n@param isIPV6Enabled 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 #isIPV6Enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@return If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@deprecated Use {@link #isIPV6Enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isIPV6Enabled(Boolean)}\n", "documentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsIPV6Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsIPV6Enabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isIPV6Enabled", "fluentSetterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isIPV6Enabled", "getterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@return If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.", "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" : "IsIPV6Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsIPV6Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsIPV6Enabled", "sensitive" : false, "setterDocumentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                \n@param isIPV6Enabled If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.", "setterMethodName" : "setIsIPV6Enabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : "

                                If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true. If you specify false, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.

                                In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.

                                If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:

                                • You enable IPv6 for the distribution

                                • You're using alternate domain names in the URLs for your objects

                                For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 Developer Guide.

                                If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CallerReference", "Origins", "DefaultCacheBehavior", "Comment", "Enabled" ], "shapeName" : "DistributionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "DistributionConfigWithTags" : { "c2jName" : "DistributionConfigWithTags", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A distribution Configuration and a list of tags to be associated with the distribution.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A distribution configuration.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A distribution configuration.

                                \n@return A distribution configuration.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                A distribution configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                A distribution configuration.

                                \n@return A distribution configuration.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                A distribution configuration.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                A complex type that contains zero or more Tag elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                A complex type that contains zero or more Tag elements.

                                ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A distribution configuration.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A distribution configuration.

                                \n@return A distribution configuration.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                A distribution configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                A distribution configuration.

                                \n@return A distribution configuration.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                A distribution configuration.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                A complex type that contains zero or more Tag elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                A complex type that contains zero or more Tag elements.

                                ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A distribution configuration.

                                \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A distribution configuration.

                                \n@return A distribution configuration.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                A distribution configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                A distribution configuration.

                                \n@return A distribution configuration.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                A distribution configuration.

                                \n@param distributionConfig A distribution configuration.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                A distribution configuration.

                                ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                A complex type that contains zero or more Tag elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more Tag elements.

                                \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                A complex type that contains zero or more Tag elements.

                                ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DistributionConfig", "Tags" ], "shapeName" : "DistributionConfigWithTags", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DistributionConfigWithTags", "variableName" : "distributionConfigWithTags", "variableType" : "DistributionConfigWithTags", "documentation" : null, "simpleType" : "DistributionConfigWithTags", "variableSetterType" : "DistributionConfigWithTags" }, "wrapper" : false, "xmlNamespace" : null }, "DistributionList" : { "c2jName" : "DistributionList", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A distribution list.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@return The value you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                The value you provided for the Marker request parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@return The value you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                The value you provided for the Marker request parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@return The value you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The value you provided for the MaxItems request parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@return The value you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The value you provided for the MaxItems request parameter.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@return A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@return A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@return The number of distributions that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of distributions that were created by the current AWS account.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@return The number of distributions that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of distributions that were created by the current AWS account.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "DistributionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DistributionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DistributionSummary.Builder} avoiding the need to create one manually via {@link DistributionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DistributionSummary)}.\n@param member a consumer that will call methods on {@link DistributionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DistributionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DistributionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DistributionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionSummary", "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" : "DistributionSummary", "variableName" : "member", "variableType" : "DistributionSummary", "documentation" : null, "simpleType" : "DistributionSummary", "variableSetterType" : "DistributionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionSummary", "variableName" : "member", "variableType" : "DistributionSummary", "documentation" : "", "simpleType" : "DistributionSummary", "variableSetterType" : "DistributionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "DistributionSummary", "memberType" : "DistributionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DistributionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsTruncated" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@return A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@return A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "DistributionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DistributionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DistributionSummary.Builder} avoiding the need to create one manually via {@link DistributionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DistributionSummary)}.\n@param member a consumer that will call methods on {@link DistributionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DistributionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DistributionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DistributionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionSummary", "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" : "DistributionSummary", "variableName" : "member", "variableType" : "DistributionSummary", "documentation" : null, "simpleType" : "DistributionSummary", "variableSetterType" : "DistributionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionSummary", "variableName" : "member", "variableType" : "DistributionSummary", "documentation" : "", "simpleType" : "DistributionSummary", "variableSetterType" : "DistributionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "DistributionSummary", "memberType" : "DistributionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DistributionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@return The value you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                The value you provided for the Marker request parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@return The value you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                The value you provided for the Marker request parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@return The value you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The value you provided for the MaxItems request parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@return The value you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The value you provided for the MaxItems request parameter.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@return The number of distributions that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of distributions that were created by the current AWS account.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@return The number of distributions that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of distributions that were created by the current AWS account.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@return The value you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                The value you provided for the Marker request parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@return The value you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                The value you provided for the Marker request parameter.

                                \n@param marker The value you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                The value you provided for the Marker request parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@return The value you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The value you provided for the MaxItems request parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@return The value you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The value you provided for the MaxItems request parameter.

                                \n@param maxItems The value you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The value you provided for the MaxItems request parameter.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@return A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@return A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                \n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@return The number of distributions that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of distributions that were created by the current AWS account.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@return The number of distributions that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of distributions that were created by the current AWS account.

                                \n@param quantity The number of distributions that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of distributions that were created by the current AWS account.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "DistributionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DistributionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DistributionSummary.Builder} avoiding the need to create one manually via {@link DistributionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DistributionSummary)}.\n@param member a consumer that will call methods on {@link DistributionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DistributionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DistributionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DistributionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionSummary", "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" : "DistributionSummary", "variableName" : "member", "variableType" : "DistributionSummary", "documentation" : null, "simpleType" : "DistributionSummary", "variableSetterType" : "DistributionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionSummary", "variableName" : "member", "variableType" : "DistributionSummary", "documentation" : "", "simpleType" : "DistributionSummary", "variableSetterType" : "DistributionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "DistributionSummary", "memberType" : "DistributionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DistributionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                \n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ], "shapeName" : "DistributionList", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : null, "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "wrapper" : false, "xmlNamespace" : null }, "DistributionNotDisabledException" : { "c2jName" : "DistributionNotDisabled", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DistributionNotDisabled", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DistributionNotDisabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DistributionNotDisabledException", "variableName" : "distributionNotDisabledException", "variableType" : "DistributionNotDisabledException", "documentation" : null, "simpleType" : "DistributionNotDisabledException", "variableSetterType" : "DistributionNotDisabledException" }, "wrapper" : false, "xmlNamespace" : null }, "DistributionSummary" : { "c2jName" : "DistributionSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A summary of the information about a CloudFront distribution.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@return The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@return The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "getterModel" : { "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 status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "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 status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrigins", "beanStyleSetterMethodName" : "setOrigins", "c2jName" : "Origins", "c2jShape" : "Origins", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Origins.Builder} avoiding the need to create one manually via {@link Origins#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origins.Builder#build()} is called immediately and its result is passed to {@link #origins(Origins)}.\n@param origins a consumer that will call methods on {@link Origins.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #origins(Origins)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.\n@deprecated Use {@link #origins()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #origins(Origins)}\n", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Origins property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrigins", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "origins", "fluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "origins", "getterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.", "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origins", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origins", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Origins", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.", "setterMethodName" : "setOrigins", "setterModel" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : null, "simpleType" : "Origins", "variableSetterType" : "Origins" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "simpleType" : "Origins", "variableSetterType" : "Origins" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginGroups", "beanStyleSetterMethodName" : "setOriginGroups", "c2jName" : "OriginGroups", "c2jShape" : "OriginGroups", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \nThis is a convenience that creates an instance of the {@link OriginGroups.Builder} avoiding the need to create one manually via {@link OriginGroups#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroups.Builder#build()} is called immediately and its result is passed to {@link #originGroups(OriginGroups)}.\n@param originGroups a consumer that will call methods on {@link OriginGroups.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originGroups(OriginGroups)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.\n@deprecated Use {@link #originGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originGroups(OriginGroups)}\n", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originGroups", "fluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originGroups", "getterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.", "getterModel" : { "returnType" : "OriginGroups", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginGroups", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.", "setterMethodName" : "setOriginGroups", "setterModel" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : null, "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultCacheBehavior", "beanStyleSetterMethodName" : "setDefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \nThis is a convenience that creates an instance of the {@link DefaultCacheBehavior.Builder} avoiding the need to create one manually via {@link DefaultCacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultCacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #defaultCacheBehavior(DefaultCacheBehavior)}.\n@param defaultCacheBehavior a consumer that will call methods on {@link DefaultCacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultCacheBehavior(DefaultCacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@deprecated Use {@link #defaultCacheBehavior()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultCacheBehavior(DefaultCacheBehavior)}\n", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultCacheBehavior property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultCacheBehavior", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultCacheBehavior", "fluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultCacheBehavior", "getterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultCacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCacheBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultCacheBehavior", "sensitive" : false, "setterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "setterMethodName" : "setDefaultCacheBehavior", "setterModel" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : null, "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCacheBehaviors", "beanStyleSetterMethodName" : "setCacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \nThis is a convenience that creates an instance of the {@link CacheBehaviors.Builder} avoiding the need to create one manually via {@link CacheBehaviors#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehaviors.Builder#build()} is called immediately and its result is passed to {@link #cacheBehaviors(CacheBehaviors)}.\n@param cacheBehaviors a consumer that will call methods on {@link CacheBehaviors.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheBehaviors(CacheBehaviors)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.\n@deprecated Use {@link #cacheBehaviors()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cacheBehaviors(CacheBehaviors)}\n", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CacheBehaviors property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCacheBehaviors", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheBehaviors", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheBehaviors", "getterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.", "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehaviors", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehaviors", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheBehaviors", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.", "setterMethodName" : "setCacheBehaviors", "setterModel" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : null, "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomErrorResponses", "beanStyleSetterMethodName" : "setCustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \nThis is a convenience that creates an instance of the {@link CustomErrorResponses.Builder} avoiding the need to create one manually via {@link CustomErrorResponses#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponses.Builder#build()} is called immediately and its result is passed to {@link #customErrorResponses(CustomErrorResponses)}.\n@param customErrorResponses a consumer that will call methods on {@link CustomErrorResponses.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customErrorResponses(CustomErrorResponses)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@return A complex type that contains zero or more CustomErrorResponses elements.\n@deprecated Use {@link #customErrorResponses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customErrorResponses(CustomErrorResponses)}\n", "documentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomErrorResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomErrorResponses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customErrorResponses", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customErrorResponses", "getterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@return A complex type that contains zero or more CustomErrorResponses elements.", "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomErrorResponses", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.", "setterMethodName" : "setCustomErrorResponses", "setterModel" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : null, "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                ", "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@return The comment originally specified when this distribution was created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                The comment originally specified when this distribution was created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@return The comment originally specified when this distribution was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                The comment originally specified when this distribution was created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@return Whether the distribution is enabled to accept user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@return Whether the distribution is enabled to accept user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerCertificate", "beanStyleSetterMethodName" : "setViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \nThis is a convenience that creates an instance of the {@link ViewerCertificate.Builder} avoiding the need to create one manually via {@link ViewerCertificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ViewerCertificate.Builder#build()} is called immediately and its result is passed to {@link #viewerCertificate(ViewerCertificate)}.\n@param viewerCertificate a consumer that will call methods on {@link ViewerCertificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerCertificate(ViewerCertificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@deprecated Use {@link #viewerCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #viewerCertificate(ViewerCertificate)}\n", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "viewerCertificate", "fluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "viewerCertificate", "getterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ViewerCertificate", "sensitive" : false, "setterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "setterMethodName" : "setViewerCertificate", "setterModel" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : null, "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictions", "beanStyleSetterMethodName" : "setRestrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \nThis is a convenience that creates an instance of the {@link Restrictions.Builder} avoiding the need to create one manually via {@link Restrictions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Restrictions.Builder#build()} is called immediately and its result is passed to {@link #restrictions(Restrictions)}.\n@param restrictions a consumer that will call methods on {@link Restrictions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictions(Restrictions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.\n@deprecated Use {@link #restrictions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #restrictions(Restrictions)}\n", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Restrictions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "restrictions", "fluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "restrictions", "getterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.", "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Restrictions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Restrictions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Restrictions", "sensitive" : false, "setterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.", "setterMethodName" : "setRestrictions", "setterModel" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : null, "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@return The Web ACL Id (if any) associated with the distribution.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@return The Web ACL Id (if any) associated with the distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpVersionAsString", "beanStyleSetterMethodName" : "setHttpVersion", "c2jName" : "HttpVersion", "c2jShape" : "HttpVersion", "defaultConsumerFluentSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpVersionAsString(String)}.\n@param httpVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@deprecated Use {@link #httpVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion\n@deprecated Use {@link #httpVersion(String)}\n", "documentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                ", "endpointDiscoveryId" : false, "enumType" : "HttpVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpVersion", "fluentEnumGetterMethodName" : "httpVersion", "fluentEnumSetterMethodName" : "httpVersion", "fluentGetterMethodName" : "httpVersionAsString", "fluentSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion", "fluentSetterMethodName" : "httpVersion", "getterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpVersion", "sensitive" : false, "setterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion", "setterMethodName" : "setHttpVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsIPV6Enabled", "beanStyleSetterMethodName" : "setIsIPV6Enabled", "c2jName" : "IsIPV6Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \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 #isIPV6Enabled(Boolean)}.\n@param isIPV6Enabled 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 #isIPV6Enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@return Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@deprecated Use {@link #isIPV6Enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isIPV6Enabled(Boolean)}\n", "documentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsIPV6Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsIPV6Enabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isIPV6Enabled", "fluentSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isIPV6Enabled", "getterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@return Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.", "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" : "IsIPV6Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsIPV6Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsIPV6Enabled", "sensitive" : false, "setterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.", "setterMethodName" : "setIsIPV6Enabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAliasICPRecordals", "beanStyleSetterMethodName" : "setAliasICPRecordals", "c2jName" : "AliasICPRecordals", "c2jShape" : "AliasICPRecordals", "defaultConsumerFluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \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 #aliasICPRecordals(List)}.\n@param aliasICPRecordals 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 #aliasICPRecordals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@deprecated Use {@link #aliasICPRecordals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliasICPRecordals(List)}\n", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AliasICPRecordals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliasICPRecordals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliasICPRecordals", "fluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliasICPRecordals", "getterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "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" : "AliasICPRecordals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AliasICPRecordal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AliasICPRecordal.Builder} avoiding the need to create one manually via {@link AliasICPRecordal#builder()}.\n\nWhen the {@link Consumer} completes, {@link AliasICPRecordal.Builder#build()} is called immediately and its result is passed to {@link #member(AliasICPRecordal)}.\n@param member a consumer that will call methods on {@link AliasICPRecordal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AliasICPRecordal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AliasICPRecordal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AliasICPRecordal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AliasICPRecordal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordal", "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" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : null, "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : "", "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "AliasICPRecordal", "memberType" : "AliasICPRecordal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AliasICPRecordal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AliasICPRecordals", "sensitive" : false, "setterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "setterMethodName" : "setAliasICPRecordals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AliasICPRecordals" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAliasICPRecordals", "beanStyleSetterMethodName" : "setAliasICPRecordals", "c2jName" : "AliasICPRecordals", "c2jShape" : "AliasICPRecordals", "defaultConsumerFluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \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 #aliasICPRecordals(List)}.\n@param aliasICPRecordals 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 #aliasICPRecordals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@deprecated Use {@link #aliasICPRecordals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliasICPRecordals(List)}\n", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AliasICPRecordals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliasICPRecordals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliasICPRecordals", "fluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliasICPRecordals", "getterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "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" : "AliasICPRecordals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AliasICPRecordal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AliasICPRecordal.Builder} avoiding the need to create one manually via {@link AliasICPRecordal#builder()}.\n\nWhen the {@link Consumer} completes, {@link AliasICPRecordal.Builder#build()} is called immediately and its result is passed to {@link #member(AliasICPRecordal)}.\n@param member a consumer that will call methods on {@link AliasICPRecordal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AliasICPRecordal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AliasICPRecordal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AliasICPRecordal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AliasICPRecordal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordal", "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" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : null, "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : "", "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "AliasICPRecordal", "memberType" : "AliasICPRecordal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AliasICPRecordal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AliasICPRecordals", "sensitive" : false, "setterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "setterMethodName" : "setAliasICPRecordals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Aliases" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CacheBehaviors" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCacheBehaviors", "beanStyleSetterMethodName" : "setCacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \nThis is a convenience that creates an instance of the {@link CacheBehaviors.Builder} avoiding the need to create one manually via {@link CacheBehaviors#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehaviors.Builder#build()} is called immediately and its result is passed to {@link #cacheBehaviors(CacheBehaviors)}.\n@param cacheBehaviors a consumer that will call methods on {@link CacheBehaviors.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheBehaviors(CacheBehaviors)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.\n@deprecated Use {@link #cacheBehaviors()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cacheBehaviors(CacheBehaviors)}\n", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CacheBehaviors property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCacheBehaviors", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheBehaviors", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheBehaviors", "getterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.", "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehaviors", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehaviors", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheBehaviors", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.", "setterMethodName" : "setCacheBehaviors", "setterModel" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : null, "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@return The comment originally specified when this distribution was created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                The comment originally specified when this distribution was created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@return The comment originally specified when this distribution was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                The comment originally specified when this distribution was created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomErrorResponses" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomErrorResponses", "beanStyleSetterMethodName" : "setCustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \nThis is a convenience that creates an instance of the {@link CustomErrorResponses.Builder} avoiding the need to create one manually via {@link CustomErrorResponses#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponses.Builder#build()} is called immediately and its result is passed to {@link #customErrorResponses(CustomErrorResponses)}.\n@param customErrorResponses a consumer that will call methods on {@link CustomErrorResponses.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customErrorResponses(CustomErrorResponses)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@return A complex type that contains zero or more CustomErrorResponses elements.\n@deprecated Use {@link #customErrorResponses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customErrorResponses(CustomErrorResponses)}\n", "documentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomErrorResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomErrorResponses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customErrorResponses", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customErrorResponses", "getterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@return A complex type that contains zero or more CustomErrorResponses elements.", "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomErrorResponses", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.", "setterMethodName" : "setCustomErrorResponses", "setterModel" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : null, "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                ", "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultCacheBehavior" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultCacheBehavior", "beanStyleSetterMethodName" : "setDefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \nThis is a convenience that creates an instance of the {@link DefaultCacheBehavior.Builder} avoiding the need to create one manually via {@link DefaultCacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultCacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #defaultCacheBehavior(DefaultCacheBehavior)}.\n@param defaultCacheBehavior a consumer that will call methods on {@link DefaultCacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultCacheBehavior(DefaultCacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@deprecated Use {@link #defaultCacheBehavior()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultCacheBehavior(DefaultCacheBehavior)}\n", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultCacheBehavior property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultCacheBehavior", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultCacheBehavior", "fluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultCacheBehavior", "getterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultCacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCacheBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultCacheBehavior", "sensitive" : false, "setterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "setterMethodName" : "setDefaultCacheBehavior", "setterModel" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : null, "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@return Whether the distribution is enabled to accept user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@return Whether the distribution is enabled to accept user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HttpVersion" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpVersionAsString", "beanStyleSetterMethodName" : "setHttpVersion", "c2jName" : "HttpVersion", "c2jShape" : "HttpVersion", "defaultConsumerFluentSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpVersionAsString(String)}.\n@param httpVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@deprecated Use {@link #httpVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion\n@deprecated Use {@link #httpVersion(String)}\n", "documentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                ", "endpointDiscoveryId" : false, "enumType" : "HttpVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpVersion", "fluentEnumGetterMethodName" : "httpVersion", "fluentEnumSetterMethodName" : "httpVersion", "fluentGetterMethodName" : "httpVersionAsString", "fluentSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion", "fluentSetterMethodName" : "httpVersion", "getterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpVersion", "sensitive" : false, "setterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion", "setterMethodName" : "setHttpVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IsIPV6Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsIPV6Enabled", "beanStyleSetterMethodName" : "setIsIPV6Enabled", "c2jName" : "IsIPV6Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \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 #isIPV6Enabled(Boolean)}.\n@param isIPV6Enabled 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 #isIPV6Enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@return Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@deprecated Use {@link #isIPV6Enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isIPV6Enabled(Boolean)}\n", "documentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsIPV6Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsIPV6Enabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isIPV6Enabled", "fluentSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isIPV6Enabled", "getterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@return Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.", "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" : "IsIPV6Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsIPV6Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsIPV6Enabled", "sensitive" : false, "setterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.", "setterMethodName" : "setIsIPV6Enabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginGroups" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginGroups", "beanStyleSetterMethodName" : "setOriginGroups", "c2jName" : "OriginGroups", "c2jShape" : "OriginGroups", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \nThis is a convenience that creates an instance of the {@link OriginGroups.Builder} avoiding the need to create one manually via {@link OriginGroups#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroups.Builder#build()} is called immediately and its result is passed to {@link #originGroups(OriginGroups)}.\n@param originGroups a consumer that will call methods on {@link OriginGroups.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originGroups(OriginGroups)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.\n@deprecated Use {@link #originGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originGroups(OriginGroups)}\n", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originGroups", "fluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originGroups", "getterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.", "getterModel" : { "returnType" : "OriginGroups", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginGroups", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.", "setterMethodName" : "setOriginGroups", "setterModel" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : null, "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Origins" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrigins", "beanStyleSetterMethodName" : "setOrigins", "c2jName" : "Origins", "c2jShape" : "Origins", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Origins.Builder} avoiding the need to create one manually via {@link Origins#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origins.Builder#build()} is called immediately and its result is passed to {@link #origins(Origins)}.\n@param origins a consumer that will call methods on {@link Origins.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #origins(Origins)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.\n@deprecated Use {@link #origins()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #origins(Origins)}\n", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Origins property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrigins", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "origins", "fluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "origins", "getterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.", "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origins", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origins", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Origins", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.", "setterMethodName" : "setOrigins", "setterModel" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : null, "simpleType" : "Origins", "variableSetterType" : "Origins" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "simpleType" : "Origins", "variableSetterType" : "Origins" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PriceClass" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Restrictions" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictions", "beanStyleSetterMethodName" : "setRestrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \nThis is a convenience that creates an instance of the {@link Restrictions.Builder} avoiding the need to create one manually via {@link Restrictions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Restrictions.Builder#build()} is called immediately and its result is passed to {@link #restrictions(Restrictions)}.\n@param restrictions a consumer that will call methods on {@link Restrictions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictions(Restrictions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.\n@deprecated Use {@link #restrictions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #restrictions(Restrictions)}\n", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Restrictions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "restrictions", "fluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "restrictions", "getterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.", "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Restrictions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Restrictions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Restrictions", "sensitive" : false, "setterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.", "setterMethodName" : "setRestrictions", "setterModel" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : null, "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@return The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@return The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "getterModel" : { "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 status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "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 status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ViewerCertificate" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerCertificate", "beanStyleSetterMethodName" : "setViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \nThis is a convenience that creates an instance of the {@link ViewerCertificate.Builder} avoiding the need to create one manually via {@link ViewerCertificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ViewerCertificate.Builder#build()} is called immediately and its result is passed to {@link #viewerCertificate(ViewerCertificate)}.\n@param viewerCertificate a consumer that will call methods on {@link ViewerCertificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerCertificate(ViewerCertificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@deprecated Use {@link #viewerCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #viewerCertificate(ViewerCertificate)}\n", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "viewerCertificate", "fluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "viewerCertificate", "getterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ViewerCertificate", "sensitive" : false, "setterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "setterMethodName" : "setViewerCertificate", "setterModel" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : null, "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WebACLId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@return The Web ACL Id (if any) associated with the distribution.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@return The Web ACL Id (if any) associated with the distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                \n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The identifier for the distribution. For example: EDFDVBD632BHDS5.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@return The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@return The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "getterModel" : { "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 status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                \n@param status The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "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 status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time the distribution was last modified.

                                \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time the distribution was last modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@return The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                \n@param domainName The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

                                ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrigins", "beanStyleSetterMethodName" : "setOrigins", "c2jName" : "Origins", "c2jShape" : "Origins", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \nThis is a convenience that creates an instance of the {@link Origins.Builder} avoiding the need to create one manually via {@link Origins#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origins.Builder#build()} is called immediately and its result is passed to {@link #origins(Origins)}.\n@param origins a consumer that will call methods on {@link Origins.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #origins(Origins)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.\n@deprecated Use {@link #origins()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #origins(Origins)}\n", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Origins property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrigins", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "origins", "fluentSetterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "origins", "getterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@return A complex type that contains information about origins for this distribution.", "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origins", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origins", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Origins", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origins for this distribution.

                                \n@param origins A complex type that contains information about origins for this distribution.", "setterMethodName" : "setOrigins", "setterModel" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : null, "simpleType" : "Origins", "variableSetterType" : "Origins" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : "

                                A complex type that contains information about origins for this distribution.

                                ", "simpleType" : "Origins", "variableSetterType" : "Origins" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginGroups", "beanStyleSetterMethodName" : "setOriginGroups", "c2jName" : "OriginGroups", "c2jShape" : "OriginGroups", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \nThis is a convenience that creates an instance of the {@link OriginGroups.Builder} avoiding the need to create one manually via {@link OriginGroups#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroups.Builder#build()} is called immediately and its result is passed to {@link #originGroups(OriginGroups)}.\n@param originGroups a consumer that will call methods on {@link OriginGroups.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originGroups(OriginGroups)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.\n@deprecated Use {@link #originGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originGroups(OriginGroups)}\n", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originGroups", "fluentSetterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originGroups", "getterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@return A complex type that contains information about origin groups for this distribution.", "getterModel" : { "returnType" : "OriginGroups", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OriginGroups", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                \n@param originGroups A complex type that contains information about origin groups for this distribution.", "setterMethodName" : "setOriginGroups", "setterModel" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : null, "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : "

                                A complex type that contains information about origin groups for this distribution.

                                ", "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultCacheBehavior", "beanStyleSetterMethodName" : "setDefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \nThis is a convenience that creates an instance of the {@link DefaultCacheBehavior.Builder} avoiding the need to create one manually via {@link DefaultCacheBehavior#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultCacheBehavior.Builder#build()} is called immediately and its result is passed to {@link #defaultCacheBehavior(DefaultCacheBehavior)}.\n@param defaultCacheBehavior a consumer that will call methods on {@link DefaultCacheBehavior.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultCacheBehavior(DefaultCacheBehavior)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@deprecated Use {@link #defaultCacheBehavior()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultCacheBehavior(DefaultCacheBehavior)}\n", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultCacheBehavior property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultCacheBehavior", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultCacheBehavior", "fluentSetterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultCacheBehavior", "getterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@return A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultCacheBehavior", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultCacheBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultCacheBehavior", "sensitive" : false, "setterDocumentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                \n@param defaultCacheBehavior A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.", "setterMethodName" : "setDefaultCacheBehavior", "setterModel" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : null, "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefaultCacheBehavior", "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "documentation" : "

                                A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

                                ", "simpleType" : "DefaultCacheBehavior", "variableSetterType" : "DefaultCacheBehavior" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCacheBehaviors", "beanStyleSetterMethodName" : "setCacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \nThis is a convenience that creates an instance of the {@link CacheBehaviors.Builder} avoiding the need to create one manually via {@link CacheBehaviors#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheBehaviors.Builder#build()} is called immediately and its result is passed to {@link #cacheBehaviors(CacheBehaviors)}.\n@param cacheBehaviors a consumer that will call methods on {@link CacheBehaviors.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheBehaviors(CacheBehaviors)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.\n@deprecated Use {@link #cacheBehaviors()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cacheBehaviors(CacheBehaviors)}\n", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CacheBehaviors property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCacheBehaviors", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheBehaviors", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheBehaviors", "getterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@return A complex type that contains zero or more CacheBehavior elements.", "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheBehaviors", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheBehaviors", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheBehaviors", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                \n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.", "setterMethodName" : "setCacheBehaviors", "setterModel" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : null, "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheBehaviors", "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "documentation" : "

                                A complex type that contains zero or more CacheBehavior elements.

                                ", "simpleType" : "CacheBehaviors", "variableSetterType" : "CacheBehaviors" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomErrorResponses", "beanStyleSetterMethodName" : "setCustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \nThis is a convenience that creates an instance of the {@link CustomErrorResponses.Builder} avoiding the need to create one manually via {@link CustomErrorResponses#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomErrorResponses.Builder#build()} is called immediately and its result is passed to {@link #customErrorResponses(CustomErrorResponses)}.\n@param customErrorResponses a consumer that will call methods on {@link CustomErrorResponses.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customErrorResponses(CustomErrorResponses)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@return A complex type that contains zero or more CustomErrorResponses elements.\n@deprecated Use {@link #customErrorResponses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customErrorResponses(CustomErrorResponses)}\n", "documentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomErrorResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomErrorResponses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customErrorResponses", "fluentSetterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customErrorResponses", "getterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@return A complex type that contains zero or more CustomErrorResponses elements.", "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomErrorResponses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomErrorResponses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomErrorResponses", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                \n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.", "setterMethodName" : "setCustomErrorResponses", "setterModel" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : null, "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomErrorResponses", "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "documentation" : "

                                A complex type that contains zero or more CustomErrorResponses elements.

                                ", "simpleType" : "CustomErrorResponses", "variableSetterType" : "CustomErrorResponses" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@return The comment originally specified when this distribution was created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                The comment originally specified when this distribution was created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@return The comment originally specified when this distribution was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                The comment originally specified when this distribution was created.

                                \n@param comment The comment originally specified when this distribution was created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                The comment originally specified when this distribution was created.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                A complex type that contains information about price class for this streaming distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@return Whether the distribution is enabled to accept user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@return Whether the distribution is enabled to accept user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                \n@param enabled Whether the distribution is enabled to accept user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                Whether the distribution is enabled to accept user requests for content.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getViewerCertificate", "beanStyleSetterMethodName" : "setViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \nThis is a convenience that creates an instance of the {@link ViewerCertificate.Builder} avoiding the need to create one manually via {@link ViewerCertificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ViewerCertificate.Builder#build()} is called immediately and its result is passed to {@link #viewerCertificate(ViewerCertificate)}.\n@param viewerCertificate a consumer that will call methods on {@link ViewerCertificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #viewerCertificate(ViewerCertificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@deprecated Use {@link #viewerCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #viewerCertificate(ViewerCertificate)}\n", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ViewerCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasViewerCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "viewerCertificate", "fluentSetterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "viewerCertificate", "getterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@return A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ViewerCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ViewerCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ViewerCertificate", "sensitive" : false, "setterDocumentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                \n@param viewerCertificate A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.", "setterMethodName" : "setViewerCertificate", "setterModel" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : null, "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : "

                                A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                ", "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictions", "beanStyleSetterMethodName" : "setRestrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \nThis is a convenience that creates an instance of the {@link Restrictions.Builder} avoiding the need to create one manually via {@link Restrictions#builder()}.\n\nWhen the {@link Consumer} completes, {@link Restrictions.Builder#build()} is called immediately and its result is passed to {@link #restrictions(Restrictions)}.\n@param restrictions a consumer that will call methods on {@link Restrictions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictions(Restrictions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.\n@deprecated Use {@link #restrictions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #restrictions(Restrictions)}\n", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Restrictions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "restrictions", "fluentSetterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "restrictions", "getterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@return A complex type that identifies ways in which you want to restrict distribution of your content.", "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Restrictions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Restrictions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Restrictions", "sensitive" : false, "setterDocumentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                \n@param restrictions A complex type that identifies ways in which you want to restrict distribution of your content.", "setterMethodName" : "setRestrictions", "setterModel" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : null, "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : "

                                A complex type that identifies ways in which you want to restrict distribution of your content.

                                ", "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@return The Web ACL Id (if any) associated with the distribution.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@return The Web ACL Id (if any) associated with the distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                \n@param webACLId The Web ACL Id (if any) associated with the distribution.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                The Web ACL Id (if any) associated with the distribution.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpVersionAsString", "beanStyleSetterMethodName" : "setHttpVersion", "c2jName" : "HttpVersion", "c2jShape" : "HttpVersion", "defaultConsumerFluentSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpVersionAsString(String)}.\n@param httpVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@deprecated Use {@link #httpVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion\n@deprecated Use {@link #httpVersion(String)}\n", "documentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                ", "endpointDiscoveryId" : false, "enumType" : "HttpVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpVersion", "fluentEnumGetterMethodName" : "httpVersion", "fluentEnumSetterMethodName" : "httpVersion", "fluentGetterMethodName" : "httpVersionAsString", "fluentSetterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see HttpVersion", "fluentSetterMethodName" : "httpVersion", "getterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #httpVersion} will return {@link HttpVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #httpVersionAsString}.\n

                                \n@return Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpVersion", "sensitive" : false, "setterDocumentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                \n@param httpVersion Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.\n@see HttpVersion", "setterMethodName" : "setHttpVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpVersion", "variableType" : "String", "documentation" : "

                                Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsIPV6Enabled", "beanStyleSetterMethodName" : "setIsIPV6Enabled", "c2jName" : "IsIPV6Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \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 #isIPV6Enabled(Boolean)}.\n@param isIPV6Enabled 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 #isIPV6Enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@return Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@deprecated Use {@link #isIPV6Enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isIPV6Enabled(Boolean)}\n", "documentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsIPV6Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsIPV6Enabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isIPV6Enabled", "fluentSetterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isIPV6Enabled", "getterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@return Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.", "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" : "IsIPV6Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsIPV6Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsIPV6Enabled", "sensitive" : false, "setterDocumentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                \n@param isIPV6Enabled Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.", "setterMethodName" : "setIsIPV6Enabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isIPV6Enabled", "variableType" : "Boolean", "documentation" : "

                                Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAliasICPRecordals", "beanStyleSetterMethodName" : "setAliasICPRecordals", "c2jName" : "AliasICPRecordals", "c2jShape" : "AliasICPRecordals", "defaultConsumerFluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \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 #aliasICPRecordals(List)}.\n@param aliasICPRecordals 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 #aliasICPRecordals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@deprecated Use {@link #aliasICPRecordals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliasICPRecordals(List)}\n", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AliasICPRecordals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliasICPRecordals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliasICPRecordals", "fluentSetterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliasICPRecordals", "getterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasAliasICPRecordals()} to see if a value was sent in this field.\n

                                \n@return AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "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" : "AliasICPRecordals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AliasICPRecordal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AliasICPRecordal.Builder} avoiding the need to create one manually via {@link AliasICPRecordal#builder()}.\n\nWhen the {@link Consumer} completes, {@link AliasICPRecordal.Builder#build()} is called immediately and its result is passed to {@link #member(AliasICPRecordal)}.\n@param member a consumer that will call methods on {@link AliasICPRecordal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AliasICPRecordal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AliasICPRecordal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AliasICPRecordal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AliasICPRecordal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AliasICPRecordal", "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" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : null, "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AliasICPRecordal", "variableName" : "member", "variableType" : "AliasICPRecordal", "documentation" : "", "simpleType" : "AliasICPRecordal", "variableSetterType" : "AliasICPRecordal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "AliasICPRecordal", "memberType" : "AliasICPRecordal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AliasICPRecordal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AliasICPRecordals", "sensitive" : false, "setterDocumentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                \n@param aliasICPRecordals AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.", "setterMethodName" : "setAliasICPRecordals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "aliasICPRecordals", "variableType" : "java.util.List", "documentation" : "

                                AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

                                For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "ARN", "Status", "LastModifiedTime", "DomainName", "Aliases", "Origins", "DefaultCacheBehavior", "CacheBehaviors", "CustomErrorResponses", "Comment", "PriceClass", "Enabled", "ViewerCertificate", "Restrictions", "WebACLId", "HttpVersion", "IsIPV6Enabled" ], "shapeName" : "DistributionSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DistributionSummary", "variableName" : "distributionSummary", "variableType" : "DistributionSummary", "documentation" : null, "simpleType" : "DistributionSummary", "variableSetterType" : "DistributionSummary" }, "wrapper" : false, "xmlNamespace" : null }, "EncryptionEntities" : { "c2jName" : "EncryptionEntities", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Complex data type for field-level encryption profiles that includes all of the encryption entities.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@return Number of field pattern items in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@return Number of field pattern items in a field-level encryption content type-profile mapping.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "EncryptionEntityList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field patterns in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field patterns in a field-level encryption content type-profile mapping.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EncryptionEntity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EncryptionEntity.Builder} avoiding the need to create one manually via {@link EncryptionEntity#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntity.Builder#build()} is called immediately and its result is passed to {@link #member(EncryptionEntity)}.\n@param member a consumer that will call methods on {@link EncryptionEntity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EncryptionEntity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EncryptionEntity)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EncryptionEntity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntity", "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" : "EncryptionEntity", "variableName" : "member", "variableType" : "EncryptionEntity", "documentation" : null, "simpleType" : "EncryptionEntity", "variableSetterType" : "EncryptionEntity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntity", "variableName" : "member", "variableType" : "EncryptionEntity", "documentation" : "", "simpleType" : "EncryptionEntity", "variableSetterType" : "EncryptionEntity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "EncryptionEntity", "memberType" : "EncryptionEntity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EncryptionEntity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "EncryptionEntityList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field patterns in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field patterns in a field-level encryption content type-profile mapping.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EncryptionEntity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EncryptionEntity.Builder} avoiding the need to create one manually via {@link EncryptionEntity#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntity.Builder#build()} is called immediately and its result is passed to {@link #member(EncryptionEntity)}.\n@param member a consumer that will call methods on {@link EncryptionEntity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EncryptionEntity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EncryptionEntity)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EncryptionEntity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntity", "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" : "EncryptionEntity", "variableName" : "member", "variableType" : "EncryptionEntity", "documentation" : null, "simpleType" : "EncryptionEntity", "variableSetterType" : "EncryptionEntity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntity", "variableName" : "member", "variableType" : "EncryptionEntity", "documentation" : "", "simpleType" : "EncryptionEntity", "variableSetterType" : "EncryptionEntity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "EncryptionEntity", "memberType" : "EncryptionEntity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EncryptionEntity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@return Number of field pattern items in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@return Number of field pattern items in a field-level encryption content type-profile mapping.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@return Number of field pattern items in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@return Number of field pattern items in a field-level encryption content type-profile mapping.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                \n@param quantity Number of field pattern items in a field-level encryption content type-profile mapping.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                Number of field pattern items in a field-level encryption content type-profile mapping.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "EncryptionEntityList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field patterns in a field-level encryption content type-profile mapping.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field patterns in a field-level encryption content type-profile mapping.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EncryptionEntity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EncryptionEntity.Builder} avoiding the need to create one manually via {@link EncryptionEntity#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntity.Builder#build()} is called immediately and its result is passed to {@link #member(EncryptionEntity)}.\n@param member a consumer that will call methods on {@link EncryptionEntity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EncryptionEntity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EncryptionEntity)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EncryptionEntity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntity", "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" : "EncryptionEntity", "variableName" : "member", "variableType" : "EncryptionEntity", "documentation" : null, "simpleType" : "EncryptionEntity", "variableSetterType" : "EncryptionEntity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntity", "variableName" : "member", "variableType" : "EncryptionEntity", "documentation" : "", "simpleType" : "EncryptionEntity", "variableSetterType" : "EncryptionEntity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "EncryptionEntity", "memberType" : "EncryptionEntity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EncryptionEntity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                \n@param items An array of field patterns in a field-level encryption content type-profile mapping.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of field patterns in a field-level encryption content type-profile mapping.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "EncryptionEntities", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : null, "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "wrapper" : false, "xmlNamespace" : null }, "EncryptionEntity" : { "c2jName" : "EncryptionEntity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyId", "beanStyleSetterMethodName" : "setPublicKeyId", "c2jName" : "PublicKeyId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publicKeyId(String)}.\n@param publicKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@return The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@deprecated Use {@link #publicKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyId(String)}\n", "documentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyId", "fluentSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyId", "getterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@return The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublicKeyId", "sensitive" : false, "setterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.", "setterMethodName" : "setPublicKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publicKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publicKeyId", "variableType" : "String", "documentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderId", "beanStyleSetterMethodName" : "setProviderId", "c2jName" : "ProviderId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerId(String)}.\n@param providerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@return The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@deprecated Use {@link #providerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #providerId(String)}\n", "documentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "providerId", "fluentSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "providerId", "getterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@return The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderId", "sensitive" : false, "setterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.", "setterMethodName" : "setProviderId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerId", "variableType" : "String", "documentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldPatterns", "beanStyleSetterMethodName" : "setFieldPatterns", "c2jName" : "FieldPatterns", "c2jShape" : "FieldPatterns", "defaultConsumerFluentSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \nThis is a convenience that creates an instance of the {@link FieldPatterns.Builder} avoiding the need to create one manually via {@link FieldPatterns#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldPatterns.Builder#build()} is called immediately and its result is passed to {@link #fieldPatterns(FieldPatterns)}.\n@param fieldPatterns a consumer that will call methods on {@link FieldPatterns.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldPatterns(FieldPatterns)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@return Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@deprecated Use {@link #fieldPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldPatterns(FieldPatterns)}\n", "documentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldPatterns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldPatterns", "fluentSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldPatterns", "getterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@return Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.", "getterModel" : { "returnType" : "FieldPatterns", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldPatterns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldPatterns", "sensitive" : false, "setterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.", "setterMethodName" : "setFieldPatterns", "setterModel" : { "variableDeclarationType" : "FieldPatterns", "variableName" : "fieldPatterns", "variableType" : "FieldPatterns", "documentation" : null, "simpleType" : "FieldPatterns", "variableSetterType" : "FieldPatterns" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldPatterns", "variableName" : "fieldPatterns", "variableType" : "FieldPatterns", "documentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                ", "simpleType" : "FieldPatterns", "variableSetterType" : "FieldPatterns" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldPatterns" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldPatterns", "beanStyleSetterMethodName" : "setFieldPatterns", "c2jName" : "FieldPatterns", "c2jShape" : "FieldPatterns", "defaultConsumerFluentSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \nThis is a convenience that creates an instance of the {@link FieldPatterns.Builder} avoiding the need to create one manually via {@link FieldPatterns#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldPatterns.Builder#build()} is called immediately and its result is passed to {@link #fieldPatterns(FieldPatterns)}.\n@param fieldPatterns a consumer that will call methods on {@link FieldPatterns.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldPatterns(FieldPatterns)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@return Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@deprecated Use {@link #fieldPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldPatterns(FieldPatterns)}\n", "documentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldPatterns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldPatterns", "fluentSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldPatterns", "getterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@return Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.", "getterModel" : { "returnType" : "FieldPatterns", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldPatterns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldPatterns", "sensitive" : false, "setterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.", "setterMethodName" : "setFieldPatterns", "setterModel" : { "variableDeclarationType" : "FieldPatterns", "variableName" : "fieldPatterns", "variableType" : "FieldPatterns", "documentation" : null, "simpleType" : "FieldPatterns", "variableSetterType" : "FieldPatterns" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldPatterns", "variableName" : "fieldPatterns", "variableType" : "FieldPatterns", "documentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                ", "simpleType" : "FieldPatterns", "variableSetterType" : "FieldPatterns" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProviderId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderId", "beanStyleSetterMethodName" : "setProviderId", "c2jName" : "ProviderId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerId(String)}.\n@param providerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@return The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@deprecated Use {@link #providerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #providerId(String)}\n", "documentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "providerId", "fluentSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "providerId", "getterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@return The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderId", "sensitive" : false, "setterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.", "setterMethodName" : "setProviderId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerId", "variableType" : "String", "documentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PublicKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyId", "beanStyleSetterMethodName" : "setPublicKeyId", "c2jName" : "PublicKeyId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publicKeyId(String)}.\n@param publicKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@return The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@deprecated Use {@link #publicKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyId(String)}\n", "documentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyId", "fluentSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyId", "getterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@return The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublicKeyId", "sensitive" : false, "setterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.", "setterMethodName" : "setPublicKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publicKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publicKeyId", "variableType" : "String", "documentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyId", "beanStyleSetterMethodName" : "setPublicKeyId", "c2jName" : "PublicKeyId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publicKeyId(String)}.\n@param publicKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@return The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@deprecated Use {@link #publicKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyId(String)}\n", "documentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyId", "fluentSetterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyId", "getterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@return The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublicKeyId", "sensitive" : false, "setterDocumentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                \n@param publicKeyId The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.", "setterMethodName" : "setPublicKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publicKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publicKeyId", "variableType" : "String", "documentation" : "

                                The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderId", "beanStyleSetterMethodName" : "setProviderId", "c2jName" : "ProviderId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerId(String)}.\n@param providerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@return The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@deprecated Use {@link #providerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #providerId(String)}\n", "documentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "providerId", "fluentSetterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "providerId", "getterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@return The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderId", "sensitive" : false, "setterDocumentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                \n@param providerId The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.", "setterMethodName" : "setProviderId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerId", "variableType" : "String", "documentation" : "

                                The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldPatterns", "beanStyleSetterMethodName" : "setFieldPatterns", "c2jName" : "FieldPatterns", "c2jShape" : "FieldPatterns", "defaultConsumerFluentSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \nThis is a convenience that creates an instance of the {@link FieldPatterns.Builder} avoiding the need to create one manually via {@link FieldPatterns#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldPatterns.Builder#build()} is called immediately and its result is passed to {@link #fieldPatterns(FieldPatterns)}.\n@param fieldPatterns a consumer that will call methods on {@link FieldPatterns.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldPatterns(FieldPatterns)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@return Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@deprecated Use {@link #fieldPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldPatterns(FieldPatterns)}\n", "documentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldPatterns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldPatterns", "fluentSetterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldPatterns", "getterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@return Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.", "getterModel" : { "returnType" : "FieldPatterns", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldPatterns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldPatterns", "sensitive" : false, "setterDocumentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                \n@param fieldPatterns Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.", "setterMethodName" : "setFieldPatterns", "setterModel" : { "variableDeclarationType" : "FieldPatterns", "variableName" : "fieldPatterns", "variableType" : "FieldPatterns", "documentation" : null, "simpleType" : "FieldPatterns", "variableSetterType" : "FieldPatterns" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldPatterns", "variableName" : "fieldPatterns", "variableType" : "FieldPatterns", "documentation" : "

                                Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

                                ", "simpleType" : "FieldPatterns", "variableSetterType" : "FieldPatterns" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PublicKeyId", "ProviderId", "FieldPatterns" ], "shapeName" : "EncryptionEntity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncryptionEntity", "variableName" : "encryptionEntity", "variableType" : "EncryptionEntity", "documentation" : null, "simpleType" : "EncryptionEntity", "variableSetterType" : "EncryptionEntity" }, "wrapper" : false, "xmlNamespace" : null }, "EventType" : { "c2jName" : "EventType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "VIEWER_REQUEST", "value" : "viewer-request" }, { "name" : "VIEWER_RESPONSE", "value" : "viewer-response" }, { "name" : "ORIGIN_REQUEST", "value" : "origin-request" }, { "name" : "ORIGIN_RESPONSE", "value" : "origin-response" } ], "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" : "EventType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventType", "variableName" : "eventType", "variableType" : "EventType", "documentation" : null, "simpleType" : "EventType", "variableSetterType" : "EventType" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryption" : { "c2jName" : "FieldLevelEncryption", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex data type that includes the profile configurations and other options specified for field-level encryption.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@return The last time the field-level encryption configuration was changed.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time the field-level encryption configuration was changed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@return The last time the field-level encryption configuration was changed.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time the field-level encryption configuration was changed.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@return A complex data type that includes the profile configurations specified for field-level encryption.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@return A complex data type that includes the profile configurations specified for field-level encryption.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldLevelEncryptionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@return A complex data type that includes the profile configurations specified for field-level encryption.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@return A complex data type that includes the profile configurations specified for field-level encryption.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@return The last time the field-level encryption configuration was changed.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time the field-level encryption configuration was changed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@return The last time the field-level encryption configuration was changed.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time the field-level encryption configuration was changed.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@return The last time the field-level encryption configuration was changed.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time the field-level encryption configuration was changed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@return The last time the field-level encryption configuration was changed.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time the field-level encryption configuration was changed.

                                \n@param lastModifiedTime The last time the field-level encryption configuration was changed.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time the field-level encryption configuration was changed.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@return A complex data type that includes the profile configurations specified for field-level encryption.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@return A complex data type that includes the profile configurations specified for field-level encryption.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                \n@param fieldLevelEncryptionConfig A complex data type that includes the profile configurations specified for field-level encryption.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "LastModifiedTime", "FieldLevelEncryptionConfig" ], "shapeName" : "FieldLevelEncryption", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionConfig" : { "c2jName" : "FieldLevelEncryptionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex data type that includes the profile configurations specified for field-level encryption.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@return A unique number that ensures the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique number that ensures the request can't be replayed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@return A unique number that ensures the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique number that ensures the request can't be replayed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment about the configuration.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@return An optional comment about the configuration.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment about the configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment about the configuration.

                                \n@return An optional comment about the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment about the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfileConfig", "beanStyleSetterMethodName" : "setQueryArgProfileConfig", "c2jName" : "QueryArgProfileConfig", "c2jShape" : "QueryArgProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \nThis is a convenience that creates an instance of the {@link QueryArgProfileConfig.Builder} avoiding the need to create one manually via {@link QueryArgProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfileConfig(QueryArgProfileConfig)}.\n@param queryArgProfileConfig a consumer that will call methods on {@link QueryArgProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfileConfig(QueryArgProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@return A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@deprecated Use {@link #queryArgProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfileConfig(QueryArgProfileConfig)}\n", "documentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfileConfig", "getterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@return A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.", "getterModel" : { "returnType" : "QueryArgProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.", "setterMethodName" : "setQueryArgProfileConfig", "setterModel" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : null, "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                ", "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfileConfig", "beanStyleSetterMethodName" : "setContentTypeProfileConfig", "c2jName" : "ContentTypeProfileConfig", "c2jShape" : "ContentTypeProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \nThis is a convenience that creates an instance of the {@link ContentTypeProfileConfig.Builder} avoiding the need to create one manually via {@link ContentTypeProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}.\n@param contentTypeProfileConfig a consumer that will call methods on {@link ContentTypeProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentTypeProfileConfig(ContentTypeProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@return A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@deprecated Use {@link #contentTypeProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}\n", "documentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentTypeProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentTypeProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentTypeProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfileConfig", "getterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@return A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.", "getterModel" : { "returnType" : "ContentTypeProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.", "setterMethodName" : "setContentTypeProfileConfig", "setterModel" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : null, "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                ", "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@return A unique number that ensures the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique number that ensures the request can't be replayed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@return A unique number that ensures the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique number that ensures the request can't be replayed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment about the configuration.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@return An optional comment about the configuration.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment about the configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment about the configuration.

                                \n@return An optional comment about the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment about the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentTypeProfileConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfileConfig", "beanStyleSetterMethodName" : "setContentTypeProfileConfig", "c2jName" : "ContentTypeProfileConfig", "c2jShape" : "ContentTypeProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \nThis is a convenience that creates an instance of the {@link ContentTypeProfileConfig.Builder} avoiding the need to create one manually via {@link ContentTypeProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}.\n@param contentTypeProfileConfig a consumer that will call methods on {@link ContentTypeProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentTypeProfileConfig(ContentTypeProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@return A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@deprecated Use {@link #contentTypeProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}\n", "documentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentTypeProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentTypeProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentTypeProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfileConfig", "getterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@return A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.", "getterModel" : { "returnType" : "ContentTypeProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.", "setterMethodName" : "setContentTypeProfileConfig", "setterModel" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : null, "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                ", "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryArgProfileConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfileConfig", "beanStyleSetterMethodName" : "setQueryArgProfileConfig", "c2jName" : "QueryArgProfileConfig", "c2jShape" : "QueryArgProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \nThis is a convenience that creates an instance of the {@link QueryArgProfileConfig.Builder} avoiding the need to create one manually via {@link QueryArgProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfileConfig(QueryArgProfileConfig)}.\n@param queryArgProfileConfig a consumer that will call methods on {@link QueryArgProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfileConfig(QueryArgProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@return A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@deprecated Use {@link #queryArgProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfileConfig(QueryArgProfileConfig)}\n", "documentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfileConfig", "getterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@return A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.", "getterModel" : { "returnType" : "QueryArgProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.", "setterMethodName" : "setQueryArgProfileConfig", "setterModel" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : null, "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                ", "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@return A unique number that ensures the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique number that ensures the request can't be replayed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@return A unique number that ensures the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique number that ensures the request can't be replayed.

                                \n@param callerReference A unique number that ensures the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique number that ensures the request can't be replayed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment about the configuration.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@return An optional comment about the configuration.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment about the configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment about the configuration.

                                \n@return An optional comment about the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment about the configuration.

                                \n@param comment An optional comment about the configuration.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment about the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfileConfig", "beanStyleSetterMethodName" : "setQueryArgProfileConfig", "c2jName" : "QueryArgProfileConfig", "c2jShape" : "QueryArgProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \nThis is a convenience that creates an instance of the {@link QueryArgProfileConfig.Builder} avoiding the need to create one manually via {@link QueryArgProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfileConfig(QueryArgProfileConfig)}.\n@param queryArgProfileConfig a consumer that will call methods on {@link QueryArgProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfileConfig(QueryArgProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@return A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@deprecated Use {@link #queryArgProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfileConfig(QueryArgProfileConfig)}\n", "documentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfileConfig", "getterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@return A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.", "getterModel" : { "returnType" : "QueryArgProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                \n@param queryArgProfileConfig A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.", "setterMethodName" : "setQueryArgProfileConfig", "setterModel" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : null, "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : "

                                A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

                                ", "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfileConfig", "beanStyleSetterMethodName" : "setContentTypeProfileConfig", "c2jName" : "ContentTypeProfileConfig", "c2jShape" : "ContentTypeProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \nThis is a convenience that creates an instance of the {@link ContentTypeProfileConfig.Builder} avoiding the need to create one manually via {@link ContentTypeProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}.\n@param contentTypeProfileConfig a consumer that will call methods on {@link ContentTypeProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentTypeProfileConfig(ContentTypeProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@return A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@deprecated Use {@link #contentTypeProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}\n", "documentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentTypeProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentTypeProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentTypeProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfileConfig", "getterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@return A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.", "getterModel" : { "returnType" : "ContentTypeProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                \n@param contentTypeProfileConfig A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.", "setterMethodName" : "setContentTypeProfileConfig", "setterModel" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : null, "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : "

                                A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

                                ", "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CallerReference" ], "shapeName" : "FieldLevelEncryptionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionConfigAlreadyExistsException" : { "c2jName" : "FieldLevelEncryptionConfigAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified configuration for field-level encryption already exists.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FieldLevelEncryptionConfigAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FieldLevelEncryptionConfigAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfigAlreadyExistsException", "variableName" : "fieldLevelEncryptionConfigAlreadyExistsException", "variableType" : "FieldLevelEncryptionConfigAlreadyExistsException", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfigAlreadyExistsException", "variableSetterType" : "FieldLevelEncryptionConfigAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionConfigInUseException" : { "c2jName" : "FieldLevelEncryptionConfigInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified configuration for field-level encryption is in use.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FieldLevelEncryptionConfigInUse", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FieldLevelEncryptionConfigInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfigInUseException", "variableName" : "fieldLevelEncryptionConfigInUseException", "variableType" : "FieldLevelEncryptionConfigInUseException", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfigInUseException", "variableSetterType" : "FieldLevelEncryptionConfigInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionList" : { "c2jName" : "FieldLevelEncryptionList", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                List of field-level encrpytion configurations.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@return The maximum number of elements you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of elements you want in the response body.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@return The maximum number of elements you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of elements you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption items.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@return The number of field-level encryption items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption items.

                                \n@return The number of field-level encryption items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption items.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldLevelEncryptionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of field-level encryption items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of field-level encryption items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field-level encryption items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of field-level encryption items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of field-level encryption items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field-level encryption items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FieldLevelEncryptionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionSummary.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FieldLevelEncryptionSummary)}.\n@param member a consumer that will call methods on {@link FieldLevelEncryptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FieldLevelEncryptionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FieldLevelEncryptionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FieldLevelEncryptionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionSummary", "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" : "FieldLevelEncryptionSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionSummary", "documentation" : null, "simpleType" : "FieldLevelEncryptionSummary", "variableSetterType" : "FieldLevelEncryptionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionSummary", "documentation" : "", "simpleType" : "FieldLevelEncryptionSummary", "variableSetterType" : "FieldLevelEncryptionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "FieldLevelEncryptionSummary", "memberType" : "FieldLevelEncryptionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FieldLevelEncryptionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of field-level encryption items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldLevelEncryptionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of field-level encryption items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of field-level encryption items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field-level encryption items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of field-level encryption items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of field-level encryption items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field-level encryption items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FieldLevelEncryptionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionSummary.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FieldLevelEncryptionSummary)}.\n@param member a consumer that will call methods on {@link FieldLevelEncryptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FieldLevelEncryptionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FieldLevelEncryptionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FieldLevelEncryptionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionSummary", "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" : "FieldLevelEncryptionSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionSummary", "documentation" : null, "simpleType" : "FieldLevelEncryptionSummary", "variableSetterType" : "FieldLevelEncryptionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionSummary", "documentation" : "", "simpleType" : "FieldLevelEncryptionSummary", "variableSetterType" : "FieldLevelEncryptionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "FieldLevelEncryptionSummary", "memberType" : "FieldLevelEncryptionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FieldLevelEncryptionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of field-level encryption items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@return The maximum number of elements you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of elements you want in the response body.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@return The maximum number of elements you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of elements you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption items.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@return The number of field-level encryption items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption items.

                                \n@return The number of field-level encryption items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption items.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@return The maximum number of elements you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of elements you want in the response body.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@return The maximum number of elements you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of elements you want in the response body.

                                \n@param maxItems The maximum number of elements you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of elements you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption items.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@return The number of field-level encryption items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption items.

                                \n@return The number of field-level encryption items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption items.

                                \n@param quantity The number of field-level encryption items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption items.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldLevelEncryptionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of field-level encryption items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of field-level encryption items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field-level encryption items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of field-level encryption items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of field-level encryption items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of field-level encryption items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FieldLevelEncryptionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionSummary.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FieldLevelEncryptionSummary)}.\n@param member a consumer that will call methods on {@link FieldLevelEncryptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FieldLevelEncryptionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FieldLevelEncryptionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FieldLevelEncryptionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionSummary", "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" : "FieldLevelEncryptionSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionSummary", "documentation" : null, "simpleType" : "FieldLevelEncryptionSummary", "variableSetterType" : "FieldLevelEncryptionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionSummary", "documentation" : "", "simpleType" : "FieldLevelEncryptionSummary", "variableSetterType" : "FieldLevelEncryptionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "FieldLevelEncryptionSummary", "memberType" : "FieldLevelEncryptionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FieldLevelEncryptionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of field-level encryption items.

                                \n@param items An array of field-level encryption items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of field-level encryption items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MaxItems", "Quantity" ], "shapeName" : "FieldLevelEncryptionList", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionList", "variableName" : "fieldLevelEncryptionList", "variableType" : "FieldLevelEncryptionList", "documentation" : null, "simpleType" : "FieldLevelEncryptionList", "variableSetterType" : "FieldLevelEncryptionList" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionProfile" : { "c2jName" : "FieldLevelEncryptionProfile", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex data type for field-level encryption profiles.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@return The last time the field-level encryption profile was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time the field-level encryption profile was updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@return The last time the field-level encryption profile was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time the field-level encryption profile was updated.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@return A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@return A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldLevelEncryptionProfileConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@return A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@return A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@return The last time the field-level encryption profile was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time the field-level encryption profile was updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@return The last time the field-level encryption profile was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time the field-level encryption profile was updated.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@return The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                \n@param id The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@return The last time the field-level encryption profile was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time the field-level encryption profile was updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@return The last time the field-level encryption profile was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time the field-level encryption profile was updated.

                                \n@param lastModifiedTime The last time the field-level encryption profile was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time the field-level encryption profile was updated.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@return A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@return A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                \n@param fieldLevelEncryptionProfileConfig A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

                                ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "LastModifiedTime", "FieldLevelEncryptionProfileConfig" ], "shapeName" : "FieldLevelEncryptionProfile", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionProfileAlreadyExistsException" : { "c2jName" : "FieldLevelEncryptionProfileAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified profile for field-level encryption already exists.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FieldLevelEncryptionProfileAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FieldLevelEncryptionProfileAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileAlreadyExistsException", "variableName" : "fieldLevelEncryptionProfileAlreadyExistsException", "variableType" : "FieldLevelEncryptionProfileAlreadyExistsException", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileAlreadyExistsException", "variableSetterType" : "FieldLevelEncryptionProfileAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionProfileConfig" : { "c2jName" : "FieldLevelEncryptionProfileConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex data type of profiles for the field-level encryption.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@return Profile name for the field-level encryption profile.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                Profile name for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@return Profile name for the field-level encryption profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.", "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" : "

                                Profile name for the field-level encryption profile.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@return A unique number that ensures that the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique number that ensures that the request can't be replayed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@return A unique number that ensures that the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique number that ensures that the request can't be replayed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@return An optional comment for the field-level encryption profile.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@return An optional comment for the field-level encryption profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment for the field-level encryption profile.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionEntities", "beanStyleSetterMethodName" : "setEncryptionEntities", "c2jName" : "EncryptionEntities", "c2jShape" : "EncryptionEntities", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \nThis is a convenience that creates an instance of the {@link EncryptionEntities.Builder} avoiding the need to create one manually via {@link EncryptionEntities#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntities.Builder#build()} is called immediately and its result is passed to {@link #encryptionEntities(EncryptionEntities)}.\n@param encryptionEntities a consumer that will call methods on {@link EncryptionEntities.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionEntities(EncryptionEntities)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@deprecated Use {@link #encryptionEntities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionEntities(EncryptionEntities)}\n", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionEntities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionEntities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionEntities", "fluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionEntities", "getterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "getterModel" : { "returnType" : "EncryptionEntities", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionEntities", "sensitive" : false, "setterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "setterMethodName" : "setEncryptionEntities", "setterModel" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : null, "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@return A unique number that ensures that the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique number that ensures that the request can't be replayed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@return A unique number that ensures that the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique number that ensures that the request can't be replayed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@return An optional comment for the field-level encryption profile.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@return An optional comment for the field-level encryption profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment for the field-level encryption profile.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EncryptionEntities" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionEntities", "beanStyleSetterMethodName" : "setEncryptionEntities", "c2jName" : "EncryptionEntities", "c2jShape" : "EncryptionEntities", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \nThis is a convenience that creates an instance of the {@link EncryptionEntities.Builder} avoiding the need to create one manually via {@link EncryptionEntities#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntities.Builder#build()} is called immediately and its result is passed to {@link #encryptionEntities(EncryptionEntities)}.\n@param encryptionEntities a consumer that will call methods on {@link EncryptionEntities.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionEntities(EncryptionEntities)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@deprecated Use {@link #encryptionEntities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionEntities(EncryptionEntities)}\n", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionEntities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionEntities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionEntities", "fluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionEntities", "getterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "getterModel" : { "returnType" : "EncryptionEntities", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionEntities", "sensitive" : false, "setterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "setterMethodName" : "setEncryptionEntities", "setterModel" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : null, "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@return Profile name for the field-level encryption profile.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                Profile name for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@return Profile name for the field-level encryption profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.", "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" : "

                                Profile name for the field-level encryption profile.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@return Profile name for the field-level encryption profile.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                Profile name for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                Profile name for the field-level encryption profile.

                                \n@return Profile name for the field-level encryption profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "

                                Profile name for the field-level encryption profile.

                                \n@param name Profile name for the field-level encryption profile.", "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" : "

                                Profile name for the field-level encryption profile.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@return A unique number that ensures that the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                A unique number that ensures that the request can't be replayed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@return A unique number that ensures that the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                A unique number that ensures that the request can't be replayed.

                                \n@param callerReference A unique number that ensures that the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                A unique number that ensures that the request can't be replayed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@return An optional comment for the field-level encryption profile.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment for the field-level encryption profile.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@return An optional comment for the field-level encryption profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment for the field-level encryption profile.

                                \n@param comment An optional comment for the field-level encryption profile.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment for the field-level encryption profile.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionEntities", "beanStyleSetterMethodName" : "setEncryptionEntities", "c2jName" : "EncryptionEntities", "c2jShape" : "EncryptionEntities", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \nThis is a convenience that creates an instance of the {@link EncryptionEntities.Builder} avoiding the need to create one manually via {@link EncryptionEntities#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntities.Builder#build()} is called immediately and its result is passed to {@link #encryptionEntities(EncryptionEntities)}.\n@param encryptionEntities a consumer that will call methods on {@link EncryptionEntities.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionEntities(EncryptionEntities)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@deprecated Use {@link #encryptionEntities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionEntities(EncryptionEntities)}\n", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionEntities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionEntities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionEntities", "fluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionEntities", "getterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "getterModel" : { "returnType" : "EncryptionEntities", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionEntities", "sensitive" : false, "setterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "setterMethodName" : "setEncryptionEntities", "setterModel" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : null, "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "CallerReference", "EncryptionEntities" ], "shapeName" : "FieldLevelEncryptionProfileConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionProfileInUseException" : { "c2jName" : "FieldLevelEncryptionProfileInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified profile for field-level encryption is in use.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FieldLevelEncryptionProfileInUse", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FieldLevelEncryptionProfileInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileInUseException", "variableName" : "fieldLevelEncryptionProfileInUseException", "variableType" : "FieldLevelEncryptionProfileInUseException", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileInUseException", "variableSetterType" : "FieldLevelEncryptionProfileInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionProfileList" : { "c2jName" : "FieldLevelEncryptionProfileList", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                List of field-level encryption profiles.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@return The maximum number of field-level encryption profiles you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@return The maximum number of field-level encryption profiles you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@return The number of field-level encryption profiles.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption profiles.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@return The number of field-level encryption profiles.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption profiles.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldLevelEncryptionProfileSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                The field-level encryption profile items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The field-level encryption profile items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return The field-level encryption profile items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                The field-level encryption profile items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                The field-level encryption profile items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return The field-level encryption profile items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FieldLevelEncryptionProfileSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileSummary.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FieldLevelEncryptionProfileSummary)}.\n@param member a consumer that will call methods on {@link FieldLevelEncryptionProfileSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FieldLevelEncryptionProfileSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FieldLevelEncryptionProfileSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileSummary", "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" : "FieldLevelEncryptionProfileSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionProfileSummary", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileSummary", "variableSetterType" : "FieldLevelEncryptionProfileSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionProfileSummary", "documentation" : "", "simpleType" : "FieldLevelEncryptionProfileSummary", "variableSetterType" : "FieldLevelEncryptionProfileSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "FieldLevelEncryptionProfileSummary", "memberType" : "FieldLevelEncryptionProfileSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FieldLevelEncryptionProfileSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                The field-level encryption profile items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldLevelEncryptionProfileSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                The field-level encryption profile items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The field-level encryption profile items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return The field-level encryption profile items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                The field-level encryption profile items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                The field-level encryption profile items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return The field-level encryption profile items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FieldLevelEncryptionProfileSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileSummary.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FieldLevelEncryptionProfileSummary)}.\n@param member a consumer that will call methods on {@link FieldLevelEncryptionProfileSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FieldLevelEncryptionProfileSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FieldLevelEncryptionProfileSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileSummary", "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" : "FieldLevelEncryptionProfileSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionProfileSummary", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileSummary", "variableSetterType" : "FieldLevelEncryptionProfileSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionProfileSummary", "documentation" : "", "simpleType" : "FieldLevelEncryptionProfileSummary", "variableSetterType" : "FieldLevelEncryptionProfileSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "FieldLevelEncryptionProfileSummary", "memberType" : "FieldLevelEncryptionProfileSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FieldLevelEncryptionProfileSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                The field-level encryption profile items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@return The maximum number of field-level encryption profiles you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@return The maximum number of field-level encryption profiles you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@return The number of field-level encryption profiles.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption profiles.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@return The number of field-level encryption profiles.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption profiles.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@return The maximum number of field-level encryption profiles you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@return The maximum number of field-level encryption profiles you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                The maximum number of field-level encryption profiles you want in the response body.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@return The number of field-level encryption profiles.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption profiles.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@return The number of field-level encryption profiles.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption profiles.

                                \n@param quantity The number of field-level encryption profiles.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption profiles.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldLevelEncryptionProfileSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                The field-level encryption profile items.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The field-level encryption profile items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return The field-level encryption profile items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                The field-level encryption profile items.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                The field-level encryption profile items.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return The field-level encryption profile items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FieldLevelEncryptionProfileSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileSummary.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FieldLevelEncryptionProfileSummary)}.\n@param member a consumer that will call methods on {@link FieldLevelEncryptionProfileSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FieldLevelEncryptionProfileSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FieldLevelEncryptionProfileSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileSummary", "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" : "FieldLevelEncryptionProfileSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionProfileSummary", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileSummary", "variableSetterType" : "FieldLevelEncryptionProfileSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileSummary", "variableName" : "member", "variableType" : "FieldLevelEncryptionProfileSummary", "documentation" : "", "simpleType" : "FieldLevelEncryptionProfileSummary", "variableSetterType" : "FieldLevelEncryptionProfileSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "FieldLevelEncryptionProfileSummary", "memberType" : "FieldLevelEncryptionProfileSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FieldLevelEncryptionProfileSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                The field-level encryption profile items.

                                \n@param items The field-level encryption profile items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                The field-level encryption profile items.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MaxItems", "Quantity" ], "shapeName" : "FieldLevelEncryptionProfileList", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileList", "variableName" : "fieldLevelEncryptionProfileList", "variableType" : "FieldLevelEncryptionProfileList", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileList", "variableSetterType" : "FieldLevelEncryptionProfileList" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionProfileSizeExceededException" : { "c2jName" : "FieldLevelEncryptionProfileSizeExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The maximum size of a profile for field-level encryption was exceeded.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FieldLevelEncryptionProfileSizeExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FieldLevelEncryptionProfileSizeExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileSizeExceededException", "variableName" : "fieldLevelEncryptionProfileSizeExceededException", "variableType" : "FieldLevelEncryptionProfileSizeExceededException", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileSizeExceededException", "variableSetterType" : "FieldLevelEncryptionProfileSizeExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionProfileSummary" : { "c2jName" : "FieldLevelEncryptionProfileSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The field-level encryption profile summary.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@return ID for the field-level encryption profile summary.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                ID for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@return ID for the field-level encryption profile summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                ID for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@return The time when the the field-level encryption profile summary was last updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@return The time when the the field-level encryption profile summary was last updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@return Name for the field-level encryption profile summary.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                Name for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@return Name for the field-level encryption profile summary.", "getterModel" : { "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" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.", "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" : "

                                Name for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionEntities", "beanStyleSetterMethodName" : "setEncryptionEntities", "c2jName" : "EncryptionEntities", "c2jShape" : "EncryptionEntities", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \nThis is a convenience that creates an instance of the {@link EncryptionEntities.Builder} avoiding the need to create one manually via {@link EncryptionEntities#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntities.Builder#build()} is called immediately and its result is passed to {@link #encryptionEntities(EncryptionEntities)}.\n@param encryptionEntities a consumer that will call methods on {@link EncryptionEntities.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionEntities(EncryptionEntities)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@deprecated Use {@link #encryptionEntities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionEntities(EncryptionEntities)}\n", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionEntities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionEntities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionEntities", "fluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionEntities", "getterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "getterModel" : { "returnType" : "EncryptionEntities", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionEntities", "sensitive" : false, "setterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "setterMethodName" : "setEncryptionEntities", "setterModel" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : null, "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@return An optional comment for the field-level encryption profile summary.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@return An optional comment for the field-level encryption profile summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@return An optional comment for the field-level encryption profile summary.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@return An optional comment for the field-level encryption profile summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EncryptionEntities" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionEntities", "beanStyleSetterMethodName" : "setEncryptionEntities", "c2jName" : "EncryptionEntities", "c2jShape" : "EncryptionEntities", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \nThis is a convenience that creates an instance of the {@link EncryptionEntities.Builder} avoiding the need to create one manually via {@link EncryptionEntities#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntities.Builder#build()} is called immediately and its result is passed to {@link #encryptionEntities(EncryptionEntities)}.\n@param encryptionEntities a consumer that will call methods on {@link EncryptionEntities.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionEntities(EncryptionEntities)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@deprecated Use {@link #encryptionEntities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionEntities(EncryptionEntities)}\n", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionEntities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionEntities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionEntities", "fluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionEntities", "getterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "getterModel" : { "returnType" : "EncryptionEntities", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionEntities", "sensitive" : false, "setterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "setterMethodName" : "setEncryptionEntities", "setterModel" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : null, "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@return ID for the field-level encryption profile summary.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                ID for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@return ID for the field-level encryption profile summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                ID for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@return The time when the the field-level encryption profile summary was last updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@return The time when the the field-level encryption profile summary was last updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@return Name for the field-level encryption profile summary.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                Name for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@return Name for the field-level encryption profile summary.", "getterModel" : { "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" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.", "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" : "

                                Name for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@return ID for the field-level encryption profile summary.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                ID for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@return ID for the field-level encryption profile summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                ID for the field-level encryption profile summary.

                                \n@param id ID for the field-level encryption profile summary.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                ID for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@return The time when the the field-level encryption profile summary was last updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@return The time when the the field-level encryption profile summary was last updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                \n@param lastModifiedTime The time when the the field-level encryption profile summary was last updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the the field-level encryption profile summary was last updated.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@return Name for the field-level encryption profile summary.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                Name for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                Name for the field-level encryption profile summary.

                                \n@return Name for the field-level encryption profile summary.", "getterModel" : { "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" : "

                                Name for the field-level encryption profile summary.

                                \n@param name Name for the field-level encryption profile summary.", "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" : "

                                Name for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionEntities", "beanStyleSetterMethodName" : "setEncryptionEntities", "c2jName" : "EncryptionEntities", "c2jShape" : "EncryptionEntities", "defaultConsumerFluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \nThis is a convenience that creates an instance of the {@link EncryptionEntities.Builder} avoiding the need to create one manually via {@link EncryptionEntities#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionEntities.Builder#build()} is called immediately and its result is passed to {@link #encryptionEntities(EncryptionEntities)}.\n@param encryptionEntities a consumer that will call methods on {@link EncryptionEntities.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionEntities(EncryptionEntities)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@deprecated Use {@link #encryptionEntities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionEntities(EncryptionEntities)}\n", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionEntities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionEntities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionEntities", "fluentSetterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionEntities", "getterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@return A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "getterModel" : { "returnType" : "EncryptionEntities", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionEntities", "sensitive" : false, "setterDocumentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                \n@param encryptionEntities A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.", "setterMethodName" : "setEncryptionEntities", "setterModel" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : null, "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionEntities", "variableName" : "encryptionEntities", "variableType" : "EncryptionEntities", "documentation" : "

                                A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

                                ", "simpleType" : "EncryptionEntities", "variableSetterType" : "EncryptionEntities" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@return An optional comment for the field-level encryption profile summary.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment for the field-level encryption profile summary.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@return An optional comment for the field-level encryption profile summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment for the field-level encryption profile summary.

                                \n@param comment An optional comment for the field-level encryption profile summary.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment for the field-level encryption profile summary.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "LastModifiedTime", "Name", "EncryptionEntities" ], "shapeName" : "FieldLevelEncryptionProfileSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileSummary", "variableName" : "fieldLevelEncryptionProfileSummary", "variableType" : "FieldLevelEncryptionProfileSummary", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileSummary", "variableSetterType" : "FieldLevelEncryptionProfileSummary" }, "wrapper" : false, "xmlNamespace" : null }, "FieldLevelEncryptionSummary" : { "c2jName" : "FieldLevelEncryptionSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A summary of a field-level encryption item.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@return The unique ID of a field-level encryption item.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The unique ID of a field-level encryption item.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@return The unique ID of a field-level encryption item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The unique ID of a field-level encryption item.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@return The last time that the summary of field-level encryption items was modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@return The last time that the summary of field-level encryption items was modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@return An optional comment about the field-level encryption item.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment about the field-level encryption item.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@return An optional comment about the field-level encryption item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment about the field-level encryption item.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfileConfig", "beanStyleSetterMethodName" : "setQueryArgProfileConfig", "c2jName" : "QueryArgProfileConfig", "c2jShape" : "QueryArgProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \nThis is a convenience that creates an instance of the {@link QueryArgProfileConfig.Builder} avoiding the need to create one manually via {@link QueryArgProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfileConfig(QueryArgProfileConfig)}.\n@param queryArgProfileConfig a consumer that will call methods on {@link QueryArgProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfileConfig(QueryArgProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@return A summary of a query argument-profile mapping.\n@deprecated Use {@link #queryArgProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfileConfig(QueryArgProfileConfig)}\n", "documentation" : "

                                A summary of a query argument-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfileConfig", "fluentSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfileConfig", "getterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@return A summary of a query argument-profile mapping.", "getterModel" : { "returnType" : "QueryArgProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.", "setterMethodName" : "setQueryArgProfileConfig", "setterModel" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : null, "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : "

                                A summary of a query argument-profile mapping.

                                ", "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfileConfig", "beanStyleSetterMethodName" : "setContentTypeProfileConfig", "c2jName" : "ContentTypeProfileConfig", "c2jShape" : "ContentTypeProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \nThis is a convenience that creates an instance of the {@link ContentTypeProfileConfig.Builder} avoiding the need to create one manually via {@link ContentTypeProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}.\n@param contentTypeProfileConfig a consumer that will call methods on {@link ContentTypeProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentTypeProfileConfig(ContentTypeProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@return A summary of a content type-profile mapping.\n@deprecated Use {@link #contentTypeProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}\n", "documentation" : "

                                A summary of a content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentTypeProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentTypeProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentTypeProfileConfig", "fluentSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfileConfig", "getterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@return A summary of a content type-profile mapping.", "getterModel" : { "returnType" : "ContentTypeProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.", "setterMethodName" : "setContentTypeProfileConfig", "setterModel" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : null, "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : "

                                A summary of a content type-profile mapping.

                                ", "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@return An optional comment about the field-level encryption item.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment about the field-level encryption item.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@return An optional comment about the field-level encryption item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment about the field-level encryption item.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentTypeProfileConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfileConfig", "beanStyleSetterMethodName" : "setContentTypeProfileConfig", "c2jName" : "ContentTypeProfileConfig", "c2jShape" : "ContentTypeProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \nThis is a convenience that creates an instance of the {@link ContentTypeProfileConfig.Builder} avoiding the need to create one manually via {@link ContentTypeProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}.\n@param contentTypeProfileConfig a consumer that will call methods on {@link ContentTypeProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentTypeProfileConfig(ContentTypeProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@return A summary of a content type-profile mapping.\n@deprecated Use {@link #contentTypeProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}\n", "documentation" : "

                                A summary of a content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentTypeProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentTypeProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentTypeProfileConfig", "fluentSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfileConfig", "getterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@return A summary of a content type-profile mapping.", "getterModel" : { "returnType" : "ContentTypeProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.", "setterMethodName" : "setContentTypeProfileConfig", "setterModel" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : null, "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : "

                                A summary of a content type-profile mapping.

                                ", "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@return The unique ID of a field-level encryption item.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The unique ID of a field-level encryption item.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@return The unique ID of a field-level encryption item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The unique ID of a field-level encryption item.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@return The last time that the summary of field-level encryption items was modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@return The last time that the summary of field-level encryption items was modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryArgProfileConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfileConfig", "beanStyleSetterMethodName" : "setQueryArgProfileConfig", "c2jName" : "QueryArgProfileConfig", "c2jShape" : "QueryArgProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \nThis is a convenience that creates an instance of the {@link QueryArgProfileConfig.Builder} avoiding the need to create one manually via {@link QueryArgProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfileConfig(QueryArgProfileConfig)}.\n@param queryArgProfileConfig a consumer that will call methods on {@link QueryArgProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfileConfig(QueryArgProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@return A summary of a query argument-profile mapping.\n@deprecated Use {@link #queryArgProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfileConfig(QueryArgProfileConfig)}\n", "documentation" : "

                                A summary of a query argument-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfileConfig", "fluentSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfileConfig", "getterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@return A summary of a query argument-profile mapping.", "getterModel" : { "returnType" : "QueryArgProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.", "setterMethodName" : "setQueryArgProfileConfig", "setterModel" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : null, "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : "

                                A summary of a query argument-profile mapping.

                                ", "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@return The unique ID of a field-level encryption item.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The unique ID of a field-level encryption item.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@return The unique ID of a field-level encryption item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The unique ID of a field-level encryption item.

                                \n@param id The unique ID of a field-level encryption item.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The unique ID of a field-level encryption item.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@return The last time that the summary of field-level encryption items was modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@return The last time that the summary of field-level encryption items was modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                \n@param lastModifiedTime The last time that the summary of field-level encryption items was modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time that the summary of field-level encryption items was modified.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@return An optional comment about the field-level encryption item.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                An optional comment about the field-level encryption item.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@return An optional comment about the field-level encryption item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                An optional comment about the field-level encryption item.

                                \n@param comment An optional comment about the field-level encryption item.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                An optional comment about the field-level encryption item.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfileConfig", "beanStyleSetterMethodName" : "setQueryArgProfileConfig", "c2jName" : "QueryArgProfileConfig", "c2jShape" : "QueryArgProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \nThis is a convenience that creates an instance of the {@link QueryArgProfileConfig.Builder} avoiding the need to create one manually via {@link QueryArgProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfileConfig(QueryArgProfileConfig)}.\n@param queryArgProfileConfig a consumer that will call methods on {@link QueryArgProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfileConfig(QueryArgProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@return A summary of a query argument-profile mapping.\n@deprecated Use {@link #queryArgProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfileConfig(QueryArgProfileConfig)}\n", "documentation" : "

                                A summary of a query argument-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfileConfig", "fluentSetterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfileConfig", "getterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@return A summary of a query argument-profile mapping.", "getterModel" : { "returnType" : "QueryArgProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A summary of a query argument-profile mapping.

                                \n@param queryArgProfileConfig A summary of a query argument-profile mapping.", "setterMethodName" : "setQueryArgProfileConfig", "setterModel" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : null, "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : "

                                A summary of a query argument-profile mapping.

                                ", "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentTypeProfileConfig", "beanStyleSetterMethodName" : "setContentTypeProfileConfig", "c2jName" : "ContentTypeProfileConfig", "c2jShape" : "ContentTypeProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \nThis is a convenience that creates an instance of the {@link ContentTypeProfileConfig.Builder} avoiding the need to create one manually via {@link ContentTypeProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link ContentTypeProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}.\n@param contentTypeProfileConfig a consumer that will call methods on {@link ContentTypeProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentTypeProfileConfig(ContentTypeProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@return A summary of a content type-profile mapping.\n@deprecated Use {@link #contentTypeProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentTypeProfileConfig(ContentTypeProfileConfig)}\n", "documentation" : "

                                A summary of a content type-profile mapping.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentTypeProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentTypeProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentTypeProfileConfig", "fluentSetterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentTypeProfileConfig", "getterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@return A summary of a content type-profile mapping.", "getterModel" : { "returnType" : "ContentTypeProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentTypeProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentTypeProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentTypeProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                A summary of a content type-profile mapping.

                                \n@param contentTypeProfileConfig A summary of a content type-profile mapping.", "setterMethodName" : "setContentTypeProfileConfig", "setterModel" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : null, "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentTypeProfileConfig", "variableName" : "contentTypeProfileConfig", "variableType" : "ContentTypeProfileConfig", "documentation" : "

                                A summary of a content type-profile mapping.

                                ", "simpleType" : "ContentTypeProfileConfig", "variableSetterType" : "ContentTypeProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "LastModifiedTime" ], "shapeName" : "FieldLevelEncryptionSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionSummary", "variableName" : "fieldLevelEncryptionSummary", "variableType" : "FieldLevelEncryptionSummary", "documentation" : null, "simpleType" : "FieldLevelEncryptionSummary", "variableSetterType" : "FieldLevelEncryptionSummary" }, "wrapper" : false, "xmlNamespace" : null }, "FieldPatterns" : { "c2jName" : "FieldPatterns", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex data type that includes the field patterns to match for field-level encryption.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@return The number of field-level encryption field patterns.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption field patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@return The number of field-level encryption field patterns.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption field patterns.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldPatternList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of the field-level encryption field patterns.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of the field-level encryption field patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of the field-level encryption field patterns.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldPattern", "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" : "FieldPattern", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of the field-level encryption field patterns.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldPatternList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of the field-level encryption field patterns.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of the field-level encryption field patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of the field-level encryption field patterns.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldPattern", "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" : "FieldPattern", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of the field-level encryption field patterns.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@return The number of field-level encryption field patterns.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption field patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@return The number of field-level encryption field patterns.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption field patterns.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@return The number of field-level encryption field patterns.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                The number of field-level encryption field patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@return The number of field-level encryption field patterns.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                The number of field-level encryption field patterns.

                                \n@param quantity The number of field-level encryption field patterns.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                The number of field-level encryption field patterns.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "FieldPatternList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of the field-level encryption field patterns.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                An array of the field-level encryption field patterns.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                \n@return An array of the field-level encryption field patterns.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldPattern", "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" : "FieldPattern", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                An array of the field-level encryption field patterns.

                                \n@param items An array of the field-level encryption field patterns.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                An array of the field-level encryption field patterns.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "FieldPatterns", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FieldPatterns", "variableName" : "fieldPatterns", "variableType" : "FieldPatterns", "documentation" : null, "simpleType" : "FieldPatterns", "variableSetterType" : "FieldPatterns" }, "wrapper" : false, "xmlNamespace" : null }, "Format" : { "c2jName" : "Format", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "URL_ENCODED", "value" : "URLEncoded" } ], "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" : "Format", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Format", "variableName" : "format", "variableType" : "Format", "documentation" : null, "simpleType" : "Format", "variableSetterType" : "Format" }, "wrapper" : false, "xmlNamespace" : null }, "ForwardedValues" : { "c2jName" : "ForwardedValues", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "QueryString", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \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 #queryString(Boolean)}.\n@param queryString 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 #queryString(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(Boolean)}\n", "documentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.", "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" : "QueryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "queryString", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "queryString", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCookies", "beanStyleSetterMethodName" : "setCookies", "c2jName" : "Cookies", "c2jShape" : "CookiePreference", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link CookiePreference.Builder} avoiding the need to create one manually via {@link CookiePreference#builder()}.\n\nWhen the {@link Consumer} completes, {@link CookiePreference.Builder#build()} is called immediately and its result is passed to {@link #cookies(CookiePreference)}.\n@param cookies a consumer that will call methods on {@link CookiePreference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cookies(CookiePreference)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #cookies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cookies(CookiePreference)}\n", "documentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cookies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCookies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cookies", "fluentSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cookies", "getterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "CookiePreference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cookies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cookies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cookies", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCookies", "setterModel" : { "variableDeclarationType" : "CookiePreference", "variableName" : "cookies", "variableType" : "CookiePreference", "documentation" : null, "simpleType" : "CookiePreference", "variableSetterType" : "CookiePreference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CookiePreference", "variableName" : "cookies", "variableType" : "CookiePreference", "documentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "CookiePreference", "variableSetterType" : "CookiePreference" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaders", "beanStyleSetterMethodName" : "setHeaders", "c2jName" : "Headers", "c2jShape" : "Headers", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link Headers.Builder} avoiding the need to create one manually via {@link Headers#builder()}.\n\nWhen the {@link Consumer} completes, {@link Headers.Builder#build()} is called immediately and its result is passed to {@link #headers(Headers)}.\n@param headers a consumer that will call methods on {@link Headers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headers(Headers)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #headers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headers(Headers)}\n", "documentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Headers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaders", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headers", "fluentSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headers", "getterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "Headers", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Headers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Headers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Headers", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setHeaders", "setterModel" : { "variableDeclarationType" : "Headers", "variableName" : "headers", "variableType" : "Headers", "documentation" : null, "simpleType" : "Headers", "variableSetterType" : "Headers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Headers", "variableName" : "headers", "variableType" : "Headers", "documentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Headers", "variableSetterType" : "Headers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryStringCacheKeys", "beanStyleSetterMethodName" : "setQueryStringCacheKeys", "c2jName" : "QueryStringCacheKeys", "c2jShape" : "QueryStringCacheKeys", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \nThis is a convenience that creates an instance of the {@link QueryStringCacheKeys.Builder} avoiding the need to create one manually via {@link QueryStringCacheKeys#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringCacheKeys.Builder#build()} is called immediately and its result is passed to {@link #queryStringCacheKeys(QueryStringCacheKeys)}.\n@param queryStringCacheKeys a consumer that will call methods on {@link QueryStringCacheKeys.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryStringCacheKeys(QueryStringCacheKeys)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@return A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@deprecated Use {@link #queryStringCacheKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryStringCacheKeys(QueryStringCacheKeys)}\n", "documentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryStringCacheKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryStringCacheKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryStringCacheKeys", "fluentSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryStringCacheKeys", "getterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@return A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.", "getterModel" : { "returnType" : "QueryStringCacheKeys", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryStringCacheKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryStringCacheKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryStringCacheKeys", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.", "setterMethodName" : "setQueryStringCacheKeys", "setterModel" : { "variableDeclarationType" : "QueryStringCacheKeys", "variableName" : "queryStringCacheKeys", "variableType" : "QueryStringCacheKeys", "documentation" : null, "simpleType" : "QueryStringCacheKeys", "variableSetterType" : "QueryStringCacheKeys" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringCacheKeys", "variableName" : "queryStringCacheKeys", "variableType" : "QueryStringCacheKeys", "documentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                ", "simpleType" : "QueryStringCacheKeys", "variableSetterType" : "QueryStringCacheKeys" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cookies" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCookies", "beanStyleSetterMethodName" : "setCookies", "c2jName" : "Cookies", "c2jShape" : "CookiePreference", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link CookiePreference.Builder} avoiding the need to create one manually via {@link CookiePreference#builder()}.\n\nWhen the {@link Consumer} completes, {@link CookiePreference.Builder#build()} is called immediately and its result is passed to {@link #cookies(CookiePreference)}.\n@param cookies a consumer that will call methods on {@link CookiePreference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cookies(CookiePreference)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #cookies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cookies(CookiePreference)}\n", "documentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cookies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCookies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cookies", "fluentSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cookies", "getterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "CookiePreference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cookies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cookies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cookies", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCookies", "setterModel" : { "variableDeclarationType" : "CookiePreference", "variableName" : "cookies", "variableType" : "CookiePreference", "documentation" : null, "simpleType" : "CookiePreference", "variableSetterType" : "CookiePreference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CookiePreference", "variableName" : "cookies", "variableType" : "CookiePreference", "documentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "CookiePreference", "variableSetterType" : "CookiePreference" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Headers" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaders", "beanStyleSetterMethodName" : "setHeaders", "c2jName" : "Headers", "c2jShape" : "Headers", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link Headers.Builder} avoiding the need to create one manually via {@link Headers#builder()}.\n\nWhen the {@link Consumer} completes, {@link Headers.Builder#build()} is called immediately and its result is passed to {@link #headers(Headers)}.\n@param headers a consumer that will call methods on {@link Headers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headers(Headers)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #headers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headers(Headers)}\n", "documentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Headers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaders", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headers", "fluentSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headers", "getterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "Headers", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Headers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Headers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Headers", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setHeaders", "setterModel" : { "variableDeclarationType" : "Headers", "variableName" : "headers", "variableType" : "Headers", "documentation" : null, "simpleType" : "Headers", "variableSetterType" : "Headers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Headers", "variableName" : "headers", "variableType" : "Headers", "documentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Headers", "variableSetterType" : "Headers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryString" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "QueryString", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \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 #queryString(Boolean)}.\n@param queryString 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 #queryString(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(Boolean)}\n", "documentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.", "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" : "QueryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "queryString", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "queryString", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryStringCacheKeys" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryStringCacheKeys", "beanStyleSetterMethodName" : "setQueryStringCacheKeys", "c2jName" : "QueryStringCacheKeys", "c2jShape" : "QueryStringCacheKeys", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \nThis is a convenience that creates an instance of the {@link QueryStringCacheKeys.Builder} avoiding the need to create one manually via {@link QueryStringCacheKeys#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringCacheKeys.Builder#build()} is called immediately and its result is passed to {@link #queryStringCacheKeys(QueryStringCacheKeys)}.\n@param queryStringCacheKeys a consumer that will call methods on {@link QueryStringCacheKeys.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryStringCacheKeys(QueryStringCacheKeys)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@return A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@deprecated Use {@link #queryStringCacheKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryStringCacheKeys(QueryStringCacheKeys)}\n", "documentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryStringCacheKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryStringCacheKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryStringCacheKeys", "fluentSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryStringCacheKeys", "getterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@return A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.", "getterModel" : { "returnType" : "QueryStringCacheKeys", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryStringCacheKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryStringCacheKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryStringCacheKeys", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.", "setterMethodName" : "setQueryStringCacheKeys", "setterModel" : { "variableDeclarationType" : "QueryStringCacheKeys", "variableName" : "queryStringCacheKeys", "variableType" : "QueryStringCacheKeys", "documentation" : null, "simpleType" : "QueryStringCacheKeys", "variableSetterType" : "QueryStringCacheKeys" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringCacheKeys", "variableName" : "queryStringCacheKeys", "variableType" : "QueryStringCacheKeys", "documentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                ", "simpleType" : "QueryStringCacheKeys", "variableSetterType" : "QueryStringCacheKeys" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "QueryString", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \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 #queryString(Boolean)}.\n@param queryString 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 #queryString(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(Boolean)}\n", "documentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.", "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" : "QueryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                \n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "queryString", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "queryString", "variableType" : "Boolean", "documentation" : "

                                Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:

                                If you specify true for QueryString and you don't specify any values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin and caches based on all query string parameters. Depending on how many query string parameters and values you have, this can adversely affect performance because CloudFront must forward more requests to the origin.

                                If you specify true for QueryString and you specify one or more values for QueryStringCacheKeys, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.

                                If you specify false for QueryString, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.

                                For more information, see Configuring CloudFront to Cache Based on Query String Parameters in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCookies", "beanStyleSetterMethodName" : "setCookies", "c2jName" : "Cookies", "c2jShape" : "CookiePreference", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link CookiePreference.Builder} avoiding the need to create one manually via {@link CookiePreference#builder()}.\n\nWhen the {@link Consumer} completes, {@link CookiePreference.Builder#build()} is called immediately and its result is passed to {@link #cookies(CookiePreference)}.\n@param cookies a consumer that will call methods on {@link CookiePreference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cookies(CookiePreference)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #cookies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cookies(CookiePreference)}\n", "documentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cookies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCookies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cookies", "fluentSetterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cookies", "getterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "CookiePreference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cookies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cookies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cookies", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                \n@param cookies A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setCookies", "setterModel" : { "variableDeclarationType" : "CookiePreference", "variableName" : "cookies", "variableType" : "CookiePreference", "documentation" : null, "simpleType" : "CookiePreference", "variableSetterType" : "CookiePreference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CookiePreference", "variableName" : "cookies", "variableType" : "CookiePreference", "documentation" : "

                                A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "CookiePreference", "variableSetterType" : "CookiePreference" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaders", "beanStyleSetterMethodName" : "setHeaders", "c2jName" : "Headers", "c2jShape" : "Headers", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \nThis is a convenience that creates an instance of the {@link Headers.Builder} avoiding the need to create one manually via {@link Headers#builder()}.\n\nWhen the {@link Consumer} completes, {@link Headers.Builder#build()} is called immediately and its result is passed to {@link #headers(Headers)}.\n@param headers a consumer that will call methods on {@link Headers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headers(Headers)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #headers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headers(Headers)}\n", "documentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Headers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaders", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headers", "fluentSetterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headers", "getterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@return A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "Headers", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Headers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Headers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Headers", "sensitive" : false, "setterDocumentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                \n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setHeaders", "setterModel" : { "variableDeclarationType" : "Headers", "variableName" : "headers", "variableType" : "Headers", "documentation" : null, "simpleType" : "Headers", "variableSetterType" : "Headers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Headers", "variableName" : "headers", "variableType" : "Headers", "documentation" : "

                                A complex type that specifies the Headers, if any, that you want CloudFront to forward to the origin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches separate versions of a specified object that is based on the header values in viewer requests.

                                For more information, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.

                                ", "simpleType" : "Headers", "variableSetterType" : "Headers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryStringCacheKeys", "beanStyleSetterMethodName" : "setQueryStringCacheKeys", "c2jName" : "QueryStringCacheKeys", "c2jShape" : "QueryStringCacheKeys", "defaultConsumerFluentSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \nThis is a convenience that creates an instance of the {@link QueryStringCacheKeys.Builder} avoiding the need to create one manually via {@link QueryStringCacheKeys#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringCacheKeys.Builder#build()} is called immediately and its result is passed to {@link #queryStringCacheKeys(QueryStringCacheKeys)}.\n@param queryStringCacheKeys a consumer that will call methods on {@link QueryStringCacheKeys.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryStringCacheKeys(QueryStringCacheKeys)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@return A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@deprecated Use {@link #queryStringCacheKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryStringCacheKeys(QueryStringCacheKeys)}\n", "documentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryStringCacheKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryStringCacheKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryStringCacheKeys", "fluentSetterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryStringCacheKeys", "getterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@return A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.", "getterModel" : { "returnType" : "QueryStringCacheKeys", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryStringCacheKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryStringCacheKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryStringCacheKeys", "sensitive" : false, "setterDocumentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                \n@param queryStringCacheKeys A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.", "setterMethodName" : "setQueryStringCacheKeys", "setterModel" : { "variableDeclarationType" : "QueryStringCacheKeys", "variableName" : "queryStringCacheKeys", "variableType" : "QueryStringCacheKeys", "documentation" : null, "simpleType" : "QueryStringCacheKeys", "variableSetterType" : "QueryStringCacheKeys" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringCacheKeys", "variableName" : "queryStringCacheKeys", "variableType" : "QueryStringCacheKeys", "documentation" : "

                                A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.

                                ", "simpleType" : "QueryStringCacheKeys", "variableSetterType" : "QueryStringCacheKeys" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "QueryString", "Cookies" ], "shapeName" : "ForwardedValues", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ForwardedValues", "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "documentation" : null, "simpleType" : "ForwardedValues", "variableSetterType" : "ForwardedValues" }, "wrapper" : false, "xmlNamespace" : null }, "GeoRestriction" : { "c2jName" : "GeoRestriction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictionTypeAsString", "beanStyleSetterMethodName" : "setRestrictionType", "c2jName" : "RestrictionType", "c2jShape" : "GeoRestrictionType", "defaultConsumerFluentSetterDocumentation" : "

                                The method that you want to use to restrict distribution of your content by country:

                                • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #restrictionTypeAsString(String)}.\n@param restrictionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The method that you want to use to restrict distribution of your content by country:

                                • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #restrictionType} will return {@link GeoRestrictionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #restrictionTypeAsString}.\n

                                \n@return The method that you want to use to restrict distribution of your content by country:

                                • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                • \n@see GeoRestrictionType\n@deprecated Use {@link #restrictionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                  The method that you want to use to restrict distribution of your content by country:

                                  • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                  • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                  • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                  \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                  • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                  • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                  • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                  • \n@see GeoRestrictionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType\n@deprecated Use {@link #restrictionType(String)}\n", "documentation" : "

                                    The method that you want to use to restrict distribution of your content by country:

                                    • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                    • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                    • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                    ", "endpointDiscoveryId" : false, "enumType" : "GeoRestrictionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RestrictionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictionType", "fluentEnumGetterMethodName" : "restrictionType", "fluentEnumSetterMethodName" : "restrictionType", "fluentGetterMethodName" : "restrictionTypeAsString", "fluentSetterDocumentation" : "

                                    The method that you want to use to restrict distribution of your content by country:

                                    • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                    • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                    • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                    \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                    • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                    • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                    • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                    • \n@see GeoRestrictionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType", "fluentSetterMethodName" : "restrictionType", "getterDocumentation" : "

                                      The method that you want to use to restrict distribution of your content by country:

                                      • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                      • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                      • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #restrictionType} will return {@link GeoRestrictionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #restrictionTypeAsString}.\n

                                      \n@return The method that you want to use to restrict distribution of your content by country:

                                      • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                      • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                      • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                      • \n@see GeoRestrictionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RestrictionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RestrictionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RestrictionType", "sensitive" : false, "setterDocumentation" : "

                                        The method that you want to use to restrict distribution of your content by country:

                                        • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                        • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                        • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                        \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                        • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                        • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                        • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                        • \n@see GeoRestrictionType", "setterMethodName" : "setRestrictionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "restrictionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "restrictionType", "variableType" : "String", "documentation" : "

                                          The method that you want to use to restrict distribution of your content by country:

                                          • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                          • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                          • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "LocationList", "defaultConsumerFluentSetterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n

                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                          \n

                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                          \n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n

                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                          \n

                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                          \n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "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" : "Location", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "LocationList", "defaultConsumerFluentSetterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n

                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                          \n

                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                          \n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n

                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                          \n

                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                          \n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "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" : "Location", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                          A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                          The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                          CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                          When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RestrictionType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictionTypeAsString", "beanStyleSetterMethodName" : "setRestrictionType", "c2jName" : "RestrictionType", "c2jShape" : "GeoRestrictionType", "defaultConsumerFluentSetterDocumentation" : "

                                          The method that you want to use to restrict distribution of your content by country:

                                          • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                          • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                          • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #restrictionTypeAsString(String)}.\n@param restrictionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The method that you want to use to restrict distribution of your content by country:

                                          • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                          • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                          • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                          \n

                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #restrictionType} will return {@link GeoRestrictionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #restrictionTypeAsString}.\n

                                          \n@return The method that you want to use to restrict distribution of your content by country:

                                          • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                          • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                          • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                          • \n@see GeoRestrictionType\n@deprecated Use {@link #restrictionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                            The method that you want to use to restrict distribution of your content by country:

                                            • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                            • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                            • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                            \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                            • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                            • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                            • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                            • \n@see GeoRestrictionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType\n@deprecated Use {@link #restrictionType(String)}\n", "documentation" : "

                                              The method that you want to use to restrict distribution of your content by country:

                                              • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                              • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                              • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                              ", "endpointDiscoveryId" : false, "enumType" : "GeoRestrictionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RestrictionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictionType", "fluentEnumGetterMethodName" : "restrictionType", "fluentEnumSetterMethodName" : "restrictionType", "fluentGetterMethodName" : "restrictionTypeAsString", "fluentSetterDocumentation" : "

                                              The method that you want to use to restrict distribution of your content by country:

                                              • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                              • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                              • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                              \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                              • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                              • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                              • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                              • \n@see GeoRestrictionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType", "fluentSetterMethodName" : "restrictionType", "getterDocumentation" : "

                                                The method that you want to use to restrict distribution of your content by country:

                                                • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                \n

                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #restrictionType} will return {@link GeoRestrictionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #restrictionTypeAsString}.\n

                                                \n@return The method that you want to use to restrict distribution of your content by country:

                                                • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                • \n@see GeoRestrictionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RestrictionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RestrictionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RestrictionType", "sensitive" : false, "setterDocumentation" : "

                                                  The method that you want to use to restrict distribution of your content by country:

                                                  • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                  • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                  • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                  \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                                  • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                  • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                  • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                  • \n@see GeoRestrictionType", "setterMethodName" : "setRestrictionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "restrictionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "restrictionType", "variableType" : "String", "documentation" : "

                                                    The method that you want to use to restrict distribution of your content by country:

                                                    • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                    • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                    • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRestrictionTypeAsString", "beanStyleSetterMethodName" : "setRestrictionType", "c2jName" : "RestrictionType", "c2jShape" : "GeoRestrictionType", "defaultConsumerFluentSetterDocumentation" : "

                                                    The method that you want to use to restrict distribution of your content by country:

                                                    • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                    • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                    • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #restrictionTypeAsString(String)}.\n@param restrictionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #restrictionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                    The method that you want to use to restrict distribution of your content by country:

                                                    • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                    • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                    • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                    \n

                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #restrictionType} will return {@link GeoRestrictionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #restrictionTypeAsString}.\n

                                                    \n@return The method that you want to use to restrict distribution of your content by country:

                                                    • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                    • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                    • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                    • \n@see GeoRestrictionType\n@deprecated Use {@link #restrictionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                      The method that you want to use to restrict distribution of your content by country:

                                                      • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                      • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                      • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                      \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                                      • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                      • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                      • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                      • \n@see GeoRestrictionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType\n@deprecated Use {@link #restrictionType(String)}\n", "documentation" : "

                                                        The method that you want to use to restrict distribution of your content by country:

                                                        • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                        • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                        • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "GeoRestrictionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RestrictionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRestrictionType", "fluentEnumGetterMethodName" : "restrictionType", "fluentEnumSetterMethodName" : "restrictionType", "fluentGetterMethodName" : "restrictionTypeAsString", "fluentSetterDocumentation" : "

                                                        The method that you want to use to restrict distribution of your content by country:

                                                        • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                        • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                        • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                        \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                                        • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                        • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                        • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                        • \n@see GeoRestrictionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType", "fluentSetterMethodName" : "restrictionType", "getterDocumentation" : "

                                                          The method that you want to use to restrict distribution of your content by country:

                                                          • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                          • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                          • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                          \n

                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #restrictionType} will return {@link GeoRestrictionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #restrictionTypeAsString}.\n

                                                          \n@return The method that you want to use to restrict distribution of your content by country:

                                                          • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                          • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                          • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                          • \n@see GeoRestrictionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RestrictionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RestrictionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RestrictionType", "sensitive" : false, "setterDocumentation" : "

                                                            The method that you want to use to restrict distribution of your content by country:

                                                            • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                            • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                            • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                            \n@param restrictionType The method that you want to use to restrict distribution of your content by country:

                                                            • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                            • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                            • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                            • \n@see GeoRestrictionType", "setterMethodName" : "setRestrictionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "restrictionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "restrictionType", "variableType" : "String", "documentation" : "

                                                              The method that you want to use to restrict distribution of your content by country:

                                                              • none: No geo restriction is enabled, meaning access to content is not restricted by client geo location.

                                                              • blacklist: The Location elements specify the countries in which you don't want CloudFront to distribute your content.

                                                              • whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                              When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                                              \n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                                              \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                              When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                              When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                                              \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                              When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                                              \n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                              When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                                              \n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                              When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "LocationList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                                              \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                              \n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                                              \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                              A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                              A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                                              \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                              A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                              \n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "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" : "Location", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                              A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                                              \n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                              A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

                                                              The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country.

                                                              CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RestrictionType", "Quantity" ], "shapeName" : "GeoRestriction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GeoRestriction", "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "documentation" : null, "simpleType" : "GeoRestriction", "variableSetterType" : "GeoRestriction" }, "wrapper" : false, "xmlNamespace" : null }, "GeoRestrictionType" : { "c2jName" : "GeoRestrictionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "BLACKLIST", "value" : "blacklist" }, { "name" : "WHITELIST", "value" : "whitelist" }, { "name" : "NONE", "value" : "none" } ], "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" : "GeoRestrictionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GeoRestrictionType", "variableName" : "geoRestrictionType", "variableType" : "GeoRestrictionType", "documentation" : null, "simpleType" : "GeoRestrictionType", "variableSetterType" : "GeoRestrictionType" }, "wrapper" : false, "xmlNamespace" : null }, "GetCloudFrontOriginAccessIdentityConfigRequest" : { "c2jName" : "GetCloudFrontOriginAccessIdentityConfigRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig.

                                                              ", "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" : "GetCloudFrontOriginAccessIdentityConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/origin-access-identity/cloudfront/{Id}/config", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identity's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identity's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identity's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identity's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identity's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identity's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetCloudFrontOriginAccessIdentityConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "variableName" : "getCloudFrontOriginAccessIdentityConfigRequest", "variableType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "documentation" : null, "simpleType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "variableSetterType" : "GetCloudFrontOriginAccessIdentityConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetCloudFrontOriginAccessIdentityConfigResponse" : { "c2jName" : "GetCloudFrontOriginAccessIdentityConfigResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The returned result of the corresponding request.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityConfig.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityConfig.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}.\n@param cloudFrontOriginAccessIdentityConfig a consumer that will call methods on {@link CloudFrontOriginAccessIdentityConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@return The origin access identity's configuration information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                                              The origin access identity's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "fluentSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@return The origin access identity's configuration information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                                              The origin access identity's configuration information.

                                                              ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudFrontOriginAccessIdentityConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityConfig.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityConfig.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}.\n@param cloudFrontOriginAccessIdentityConfig a consumer that will call methods on {@link CloudFrontOriginAccessIdentityConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@return The origin access identity's configuration information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                                              The origin access identity's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "fluentSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@return The origin access identity's configuration information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                                              The origin access identity's configuration information.

                                                              ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityConfig.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityConfig.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}.\n@param cloudFrontOriginAccessIdentityConfig a consumer that will call methods on {@link CloudFrontOriginAccessIdentityConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@return The origin access identity's configuration information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                                              The origin access identity's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "fluentSetterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@return The origin access identity's configuration information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The origin access identity's configuration information.

                                                              \n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                                              The origin access identity's configuration information.

                                                              ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetCloudFrontOriginAccessIdentityConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityConfigResponse", "variableName" : "getCloudFrontOriginAccessIdentityConfigResponse", "variableType" : "GetCloudFrontOriginAccessIdentityConfigResponse", "documentation" : null, "simpleType" : "GetCloudFrontOriginAccessIdentityConfigResponse", "variableSetterType" : "GetCloudFrontOriginAccessIdentityConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetCloudFrontOriginAccessIdentityRequest" : { "c2jName" : "GetCloudFrontOriginAccessIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The request to get an origin access identity's information.

                                                              ", "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" : "GetCloudFrontOriginAccessIdentity2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/origin-access-identity/cloudfront/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identity's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identity's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identity's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identity's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identity's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identity's ID.

                                                              \n@return The identity's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identity's ID.

                                                              \n@param id The identity's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identity's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetCloudFrontOriginAccessIdentityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityRequest", "variableName" : "getCloudFrontOriginAccessIdentityRequest", "variableType" : "GetCloudFrontOriginAccessIdentityRequest", "documentation" : null, "simpleType" : "GetCloudFrontOriginAccessIdentityRequest", "variableSetterType" : "GetCloudFrontOriginAccessIdentityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetCloudFrontOriginAccessIdentityResponse" : { "c2jName" : "GetCloudFrontOriginAccessIdentityResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The returned result of the corresponding request.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentity", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "defaultConsumerFluentSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentity.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentity#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentity.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}.\n@param cloudFrontOriginAccessIdentity a consumer that will call methods on {@link CloudFrontOriginAccessIdentity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                                              The origin access identity's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentity", "fluentSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                                              The origin access identity's information.

                                                              ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudFrontOriginAccessIdentity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentity", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "defaultConsumerFluentSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentity.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentity#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentity.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}.\n@param cloudFrontOriginAccessIdentity a consumer that will call methods on {@link CloudFrontOriginAccessIdentity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                                              The origin access identity's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentity", "fluentSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                                              The origin access identity's information.

                                                              ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentity", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "defaultConsumerFluentSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentity.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentity#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentity.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}.\n@param cloudFrontOriginAccessIdentity a consumer that will call methods on {@link CloudFrontOriginAccessIdentity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                                              The origin access identity's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentity", "fluentSetterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                              The origin access identity's information.

                                                              \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                                              The origin access identity's information.

                                                              ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetCloudFrontOriginAccessIdentityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityResponse", "variableName" : "getCloudFrontOriginAccessIdentityResponse", "variableType" : "GetCloudFrontOriginAccessIdentityResponse", "documentation" : null, "simpleType" : "GetCloudFrontOriginAccessIdentityResponse", "variableSetterType" : "GetCloudFrontOriginAccessIdentityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetDistributionConfigRequest" : { "c2jName" : "GetDistributionConfigRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The request to get a distribution configuration.

                                                              ", "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" : "GetDistributionConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution/{Id}/config", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetDistributionConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDistributionConfigRequest", "variableName" : "getDistributionConfigRequest", "variableType" : "GetDistributionConfigRequest", "documentation" : null, "simpleType" : "GetDistributionConfigRequest", "variableSetterType" : "GetDistributionConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetDistributionConfigResponse" : { "c2jName" : "GetDistributionConfigResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The returned result of the corresponding request.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                                              The distribution's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                                              The distribution's configuration information.

                                                              ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                                              The distribution's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                                              The distribution's configuration information.

                                                              ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                                              The distribution's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's configuration information.

                                                              \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                                              The distribution's configuration information.

                                                              ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetDistributionConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDistributionConfigResponse", "variableName" : "getDistributionConfigResponse", "variableType" : "GetDistributionConfigResponse", "documentation" : null, "simpleType" : "GetDistributionConfigResponse", "variableSetterType" : "GetDistributionConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetDistributionRequest" : { "c2jName" : "GetDistributionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The request to get a distribution's information.

                                                              ", "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" : "GetDistribution2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@return The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              \n@param id The distribution's ID. If the ID is empty, an empty distribution configuration is returned.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The distribution's ID. If the ID is empty, an empty distribution configuration is returned.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetDistributionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDistributionRequest", "variableName" : "getDistributionRequest", "variableType" : "GetDistributionRequest", "documentation" : null, "simpleType" : "GetDistributionRequest", "variableSetterType" : "GetDistributionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetDistributionResponse" : { "c2jName" : "GetDistributionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The returned result of the corresponding request.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's information.

                                                              \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                                              The distribution's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                                              The distribution's information.

                                                              \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                                              The distribution's information.

                                                              ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Distribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's information.

                                                              \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                                              The distribution's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                                              The distribution's information.

                                                              \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                                              The distribution's information.

                                                              ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's information.

                                                              \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                                              The distribution's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                                              The distribution's information.

                                                              \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's information.

                                                              \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                                              The distribution's information.

                                                              ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetDistributionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDistributionResponse", "variableName" : "getDistributionResponse", "variableType" : "GetDistributionResponse", "documentation" : null, "simpleType" : "GetDistributionResponse", "variableSetterType" : "GetDistributionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetFieldLevelEncryptionConfigRequest" : { "c2jName" : "GetFieldLevelEncryptionConfigRequest", "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" : "GetFieldLevelEncryptionConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption/{Id}/config", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetFieldLevelEncryptionConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFieldLevelEncryptionConfigRequest", "variableName" : "getFieldLevelEncryptionConfigRequest", "variableType" : "GetFieldLevelEncryptionConfigRequest", "documentation" : null, "simpleType" : "GetFieldLevelEncryptionConfigRequest", "variableSetterType" : "GetFieldLevelEncryptionConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetFieldLevelEncryptionConfigResponse" : { "c2jName" : "GetFieldLevelEncryptionConfigResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryptionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryptionConfig Return the field-level encryption configuration information.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetFieldLevelEncryptionConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFieldLevelEncryptionConfigResponse", "variableName" : "getFieldLevelEncryptionConfigResponse", "variableType" : "GetFieldLevelEncryptionConfigResponse", "documentation" : null, "simpleType" : "GetFieldLevelEncryptionConfigResponse", "variableSetterType" : "GetFieldLevelEncryptionConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetFieldLevelEncryptionProfileConfigRequest" : { "c2jName" : "GetFieldLevelEncryptionProfileConfigRequest", "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" : "GetFieldLevelEncryptionProfileConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption-profile/{Id}/config", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@return Get the ID for the field-level encryption profile configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@return Get the ID for the field-level encryption profile configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@return Get the ID for the field-level encryption profile configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@return Get the ID for the field-level encryption profile configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@return Get the ID for the field-level encryption profile configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@return Get the ID for the field-level encryption profile configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              \n@param id Get the ID for the field-level encryption profile configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Get the ID for the field-level encryption profile configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetFieldLevelEncryptionProfileConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFieldLevelEncryptionProfileConfigRequest", "variableName" : "getFieldLevelEncryptionProfileConfigRequest", "variableType" : "GetFieldLevelEncryptionProfileConfigRequest", "documentation" : null, "simpleType" : "GetFieldLevelEncryptionProfileConfigRequest", "variableSetterType" : "GetFieldLevelEncryptionProfileConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetFieldLevelEncryptionProfileConfigResponse" : { "c2jName" : "GetFieldLevelEncryptionProfileConfigResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@return Return the field-level encryption profile configuration information.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@return Return the field-level encryption profile configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryptionProfileConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@return Return the field-level encryption profile configuration information.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@return Return the field-level encryption profile configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@return Return the field-level encryption profile configuration information.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@return Return the field-level encryption profile configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              \n@param fieldLevelEncryptionProfileConfig Return the field-level encryption profile configuration information.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                                              Return the field-level encryption profile configuration information.

                                                              ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetFieldLevelEncryptionProfileConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFieldLevelEncryptionProfileConfigResponse", "variableName" : "getFieldLevelEncryptionProfileConfigResponse", "variableType" : "GetFieldLevelEncryptionProfileConfigResponse", "documentation" : null, "simpleType" : "GetFieldLevelEncryptionProfileConfigResponse", "variableSetterType" : "GetFieldLevelEncryptionProfileConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetFieldLevelEncryptionProfileRequest" : { "c2jName" : "GetFieldLevelEncryptionProfileRequest", "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" : "GetFieldLevelEncryptionProfile2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption-profile/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@return Get the ID for the field-level encryption profile information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@return Get the ID for the field-level encryption profile information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@return Get the ID for the field-level encryption profile information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@return Get the ID for the field-level encryption profile information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@return Get the ID for the field-level encryption profile information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@return Get the ID for the field-level encryption profile information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              \n@param id Get the ID for the field-level encryption profile information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Get the ID for the field-level encryption profile information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetFieldLevelEncryptionProfileRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFieldLevelEncryptionProfileRequest", "variableName" : "getFieldLevelEncryptionProfileRequest", "variableType" : "GetFieldLevelEncryptionProfileRequest", "documentation" : null, "simpleType" : "GetFieldLevelEncryptionProfileRequest", "variableSetterType" : "GetFieldLevelEncryptionProfileRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetFieldLevelEncryptionProfileResponse" : { "c2jName" : "GetFieldLevelEncryptionProfileResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@return Return the field-level encryption profile information.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                                              Return the field-level encryption profile information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@return Return the field-level encryption profile information.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                                              Return the field-level encryption profile information.

                                                              ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryptionProfile" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@return Return the field-level encryption profile information.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                                              Return the field-level encryption profile information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@return Return the field-level encryption profile information.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                                              Return the field-level encryption profile information.

                                                              ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@return Return the field-level encryption profile information.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                                              Return the field-level encryption profile information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@return Return the field-level encryption profile information.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption profile information.

                                                              \n@param fieldLevelEncryptionProfile Return the field-level encryption profile information.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                                              Return the field-level encryption profile information.

                                                              ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetFieldLevelEncryptionProfileResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFieldLevelEncryptionProfileResponse", "variableName" : "getFieldLevelEncryptionProfileResponse", "variableType" : "GetFieldLevelEncryptionProfileResponse", "documentation" : null, "simpleType" : "GetFieldLevelEncryptionProfileResponse", "variableSetterType" : "GetFieldLevelEncryptionProfileResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetFieldLevelEncryptionRequest" : { "c2jName" : "GetFieldLevelEncryptionRequest", "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" : "GetFieldLevelEncryption2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@return Request the ID for the field-level encryption configuration information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              \n@param id Request the ID for the field-level encryption configuration information.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the field-level encryption configuration information.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetFieldLevelEncryptionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFieldLevelEncryptionRequest", "variableName" : "getFieldLevelEncryptionRequest", "variableType" : "GetFieldLevelEncryptionRequest", "documentation" : null, "simpleType" : "GetFieldLevelEncryptionRequest", "variableSetterType" : "GetFieldLevelEncryptionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetFieldLevelEncryptionResponse" : { "c2jName" : "GetFieldLevelEncryptionResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryption" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@return Return the field-level encryption configuration information.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                                              Return the field-level encryption configuration information.

                                                              \n@param fieldLevelEncryption Return the field-level encryption configuration information.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                                              Return the field-level encryption configuration information.

                                                              ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetFieldLevelEncryptionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFieldLevelEncryptionResponse", "variableName" : "getFieldLevelEncryptionResponse", "variableType" : "GetFieldLevelEncryptionResponse", "documentation" : null, "simpleType" : "GetFieldLevelEncryptionResponse", "variableSetterType" : "GetFieldLevelEncryptionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetInvalidationRequest" : { "c2jName" : "GetInvalidationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The request to get an invalidation's information.

                                                              ", "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" : "GetInvalidation2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution/{DistributionId}/invalidation/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@return The distribution's ID.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                                              The distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@return The distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                                              The distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@return The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@return The identifier for the invalidation request, for example, IDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DistributionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@return The distribution's ID.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                                              The distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@return The distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                                              The distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@return The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@return The identifier for the invalidation request, for example, IDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@return The distribution's ID.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                                              The distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@return The distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                                              The distribution's ID.

                                                              \n@param distributionId The distribution's ID.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                                              The distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@return The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@return The identifier for the invalidation request, for example, IDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              \n@param id The identifier for the invalidation request, for example, IDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DistributionId", "Id" ], "shapeName" : "GetInvalidationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetInvalidationRequest", "variableName" : "getInvalidationRequest", "variableType" : "GetInvalidationRequest", "documentation" : null, "simpleType" : "GetInvalidationRequest", "variableSetterType" : "GetInvalidationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetInvalidationResponse" : { "c2jName" : "GetInvalidationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The returned result of the corresponding request.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidation", "beanStyleSetterMethodName" : "setInvalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "defaultConsumerFluentSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \nThis is a convenience that creates an instance of the {@link Invalidation.Builder} avoiding the need to create one manually via {@link Invalidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Invalidation.Builder#build()} is called immediately and its result is passed to {@link #invalidation(Invalidation)}.\n@param invalidation a consumer that will call methods on {@link Invalidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidation(Invalidation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@return The invalidation's information. For more information, see Invalidation Complex Type.\n@deprecated Use {@link #invalidation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidation(Invalidation)}\n", "documentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Invalidation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidation", "fluentSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidation", "getterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@return The invalidation's information. For more information, see Invalidation Complex Type.", "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Invalidation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Invalidation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Invalidation", "sensitive" : false, "setterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.", "setterMethodName" : "setInvalidation", "setterModel" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : null, "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              ", "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Invalidation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidation", "beanStyleSetterMethodName" : "setInvalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "defaultConsumerFluentSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \nThis is a convenience that creates an instance of the {@link Invalidation.Builder} avoiding the need to create one manually via {@link Invalidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Invalidation.Builder#build()} is called immediately and its result is passed to {@link #invalidation(Invalidation)}.\n@param invalidation a consumer that will call methods on {@link Invalidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidation(Invalidation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@return The invalidation's information. For more information, see Invalidation Complex Type.\n@deprecated Use {@link #invalidation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidation(Invalidation)}\n", "documentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Invalidation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidation", "fluentSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidation", "getterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@return The invalidation's information. For more information, see Invalidation Complex Type.", "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Invalidation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Invalidation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Invalidation", "sensitive" : false, "setterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.", "setterMethodName" : "setInvalidation", "setterModel" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : null, "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              ", "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidation", "beanStyleSetterMethodName" : "setInvalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "defaultConsumerFluentSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \nThis is a convenience that creates an instance of the {@link Invalidation.Builder} avoiding the need to create one manually via {@link Invalidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Invalidation.Builder#build()} is called immediately and its result is passed to {@link #invalidation(Invalidation)}.\n@param invalidation a consumer that will call methods on {@link Invalidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidation(Invalidation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@return The invalidation's information. For more information, see Invalidation Complex Type.\n@deprecated Use {@link #invalidation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidation(Invalidation)}\n", "documentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Invalidation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidation", "fluentSetterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidation", "getterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@return The invalidation's information. For more information, see Invalidation Complex Type.", "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Invalidation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Invalidation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Invalidation", "sensitive" : false, "setterDocumentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              \n@param invalidation The invalidation's information. For more information, see Invalidation Complex Type.", "setterMethodName" : "setInvalidation", "setterModel" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : null, "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : "

                                                              The invalidation's information. For more information, see Invalidation Complex Type.

                                                              ", "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetInvalidationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetInvalidationResponse", "variableName" : "getInvalidationResponse", "variableType" : "GetInvalidationResponse", "documentation" : null, "simpleType" : "GetInvalidationResponse", "variableSetterType" : "GetInvalidationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetPublicKeyConfigRequest" : { "c2jName" : "GetPublicKeyConfigRequest", "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" : "GetPublicKeyConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/public-key/{Id}/config", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@return Request the ID for the public key configuration.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the public key configuration.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@return Request the ID for the public key configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the public key configuration.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@return Request the ID for the public key configuration.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the public key configuration.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@return Request the ID for the public key configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the public key configuration.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@return Request the ID for the public key configuration.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the public key configuration.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@return Request the ID for the public key configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the public key configuration.

                                                              \n@param id Request the ID for the public key configuration.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the public key configuration.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetPublicKeyConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetPublicKeyConfigRequest", "variableName" : "getPublicKeyConfigRequest", "variableType" : "GetPublicKeyConfigRequest", "documentation" : null, "simpleType" : "GetPublicKeyConfigRequest", "variableSetterType" : "GetPublicKeyConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetPublicKeyConfigResponse" : { "c2jName" : "GetPublicKeyConfigResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@return Return the result for the public key configuration.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                              Return the result for the public key configuration.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@return Return the result for the public key configuration.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                              Return the result for the public key configuration.

                                                              ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PublicKeyConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@return Return the result for the public key configuration.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                              Return the result for the public key configuration.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@return Return the result for the public key configuration.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                              Return the result for the public key configuration.

                                                              ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@return Return the result for the public key configuration.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                              Return the result for the public key configuration.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@return Return the result for the public key configuration.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                              Return the result for the public key configuration.

                                                              \n@param publicKeyConfig Return the result for the public key configuration.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                              Return the result for the public key configuration.

                                                              ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the public key configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetPublicKeyConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetPublicKeyConfigResponse", "variableName" : "getPublicKeyConfigResponse", "variableType" : "GetPublicKeyConfigResponse", "documentation" : null, "simpleType" : "GetPublicKeyConfigResponse", "variableSetterType" : "GetPublicKeyConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetPublicKeyRequest" : { "c2jName" : "GetPublicKeyRequest", "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" : "GetPublicKey2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/public-key/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the public 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@return Request the ID for the public key.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the public key.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@return Request the ID for the public key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the public key.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the public 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@return Request the ID for the public key.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the public key.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@return Request the ID for the public key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the public key.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              Request the ID for the public 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@return Request the ID for the public key.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              Request the ID for the public key.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@return Request the ID for the public key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              Request the ID for the public key.

                                                              \n@param id Request the ID for the public key.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              Request the ID for the public key.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetPublicKeyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetPublicKeyRequest", "variableName" : "getPublicKeyRequest", "variableType" : "GetPublicKeyRequest", "documentation" : null, "simpleType" : "GetPublicKeyRequest", "variableSetterType" : "GetPublicKeyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetPublicKeyResponse" : { "c2jName" : "GetPublicKeyResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the public key.

                                                              \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the public key.

                                                              \n@return Return the public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                                              Return the public key.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                                              Return the public key.

                                                              \n@return Return the public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                                              Return the public key.

                                                              ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PublicKey" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the public key.

                                                              \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the public key.

                                                              \n@return Return the public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                                              Return the public key.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                                              Return the public key.

                                                              \n@return Return the public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                                              Return the public key.

                                                              ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                                              Return the public key.

                                                              \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Return the public key.

                                                              \n@return Return the public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                                              Return the public key.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                                              Return the public key.

                                                              \n@return Return the public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                                              Return the public key.

                                                              \n@param publicKey Return the public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                                              Return the public key.

                                                              ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the public key. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the public key. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the public key. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetPublicKeyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetPublicKeyResponse", "variableName" : "getPublicKeyResponse", "variableType" : "GetPublicKeyResponse", "documentation" : null, "simpleType" : "GetPublicKeyResponse", "variableSetterType" : "GetPublicKeyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetStreamingDistributionConfigRequest" : { "c2jName" : "GetStreamingDistributionConfigRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              To request to get a streaming distribution configuration.

                                                              ", "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" : "GetStreamingDistributionConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/streaming-distribution/{Id}/config", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetStreamingDistributionConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetStreamingDistributionConfigRequest", "variableName" : "getStreamingDistributionConfigRequest", "variableType" : "GetStreamingDistributionConfigRequest", "documentation" : null, "simpleType" : "GetStreamingDistributionConfigRequest", "variableSetterType" : "GetStreamingDistributionConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetStreamingDistributionConfigResponse" : { "c2jName" : "GetStreamingDistributionConfigResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The returned result of the corresponding request.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                              The streaming distribution's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                              The streaming distribution's configuration information.

                                                              ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamingDistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                              The streaming distribution's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                              The streaming distribution's configuration information.

                                                              ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                              The streaming distribution's configuration information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's configuration information.

                                                              \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                              The streaming distribution's configuration information.

                                                              ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetStreamingDistributionConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetStreamingDistributionConfigResponse", "variableName" : "getStreamingDistributionConfigResponse", "variableType" : "GetStreamingDistributionConfigResponse", "documentation" : null, "simpleType" : "GetStreamingDistributionConfigResponse", "variableSetterType" : "GetStreamingDistributionConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetStreamingDistributionRequest" : { "c2jName" : "GetStreamingDistributionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The request to get a streaming distribution's information.

                                                              ", "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" : "GetStreamingDistribution2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/streaming-distribution/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@return The streaming distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's ID.

                                                              \n@param id The streaming distribution's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The streaming distribution's ID.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "GetStreamingDistributionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetStreamingDistributionRequest", "variableName" : "getStreamingDistributionRequest", "variableType" : "GetStreamingDistributionRequest", "documentation" : null, "simpleType" : "GetStreamingDistributionRequest", "variableSetterType" : "GetStreamingDistributionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetStreamingDistributionResponse" : { "c2jName" : "GetStreamingDistributionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The returned result of the corresponding request.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                                              The streaming distribution's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                                              The streaming distribution's information.

                                                              ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamingDistribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                                              The streaming distribution's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                                              The streaming distribution's information.

                                                              ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                                              The streaming distribution's information.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                                              The streaming distribution's information.

                                                              \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                                              The streaming distribution's information.

                                                              ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@return The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              \n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                              The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetStreamingDistributionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetStreamingDistributionResponse", "variableName" : "getStreamingDistributionResponse", "variableType" : "GetStreamingDistributionResponse", "documentation" : null, "simpleType" : "GetStreamingDistributionResponse", "variableSetterType" : "GetStreamingDistributionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Headers" : { "c2jName" : "Headers", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              A complex type that specifies the request headers, if any, that you want CloudFront to base caching on for this cache behavior.

                                                              For the headers that you specify, CloudFront caches separate versions of a specified object based on the header values in viewer requests. For example, suppose viewer requests for logo.jpg contain a custom product header that has a value of either acme or apex, and you configure CloudFront to cache your content based on values in the product header. CloudFront forwards the product header to the origin and caches the response from the origin once for each header value. For more information about caching based on header values, see How CloudFront Forwards and Caches Headers in the Amazon CloudFront Developer Guide.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                              • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                              • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                              • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                              Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                              \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                              • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                              • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                              • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                              Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                              \n@return The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                              • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                              • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                              • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                              Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                              • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                              • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                              • \n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                  CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                  CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                  The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                  • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                    CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                  • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                  • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                  Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                  The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                  • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                    CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                  • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                  • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                  Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                  \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                  • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                    CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                  • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                  • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                  Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                  • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                  • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                    The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                    • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                      CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                    • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                    • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                    Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                    \n@return The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                    • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                      CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                    • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                    • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                    Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                    • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                    • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                    • ", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                      The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                      • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                        CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                      • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                      • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                      Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                      \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                      • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                        CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                      • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                      • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                      Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                      • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                      • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                      • ", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                        The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                        • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                          CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                        • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                        • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                        Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "HeaderList", "defaultConsumerFluentSetterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n

                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                        \n

                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                        \n@return A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n

                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                        \n

                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                        \n@return A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "HeaderList", "defaultConsumerFluentSetterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n

                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                        \n

                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                        \n@return A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n

                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                        \n

                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                        \n@return A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                        A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                        • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                          CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                        • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                        • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                        Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                        • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                          CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                        • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                        • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                        Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                        \n@return The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                        • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                          CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                        • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                        • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                        Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                        • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                        • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                        • \n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                          The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                          • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                            CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                          • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                          • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                          Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                          \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                          • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                            CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                          • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                          • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                          Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                          • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                          • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                            The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                            • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                              CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                            • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                            • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                            Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                            The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                            • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                              CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                            • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                            • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                            Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                            \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                            • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                              CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                            • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                            • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                            Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                            • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                            • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                              The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                              • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                              • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                              • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                              Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                              \n@return The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                              • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                              • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                              • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                              Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                              • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                              • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                              • ", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                  CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                  CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                                • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                                • ", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                  The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                  • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                    CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                  • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                  • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                  Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                  • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                    CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                  • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                  • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                  Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                  \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                  • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                    CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                  • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                  • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                  Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                  \n@return The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                  • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                    CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                  • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                  • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                  Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                  • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                                  • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                                  • \n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                    The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                    • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                      CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                    • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                    • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                    Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                    \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                    • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                      CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                    • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                    • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                    Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                    • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                                    • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                      The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                      • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                        CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                      • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                      • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                      Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                      The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                      • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                        CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                      • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                      • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                      Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                      \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                      • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                        CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                      • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                      • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                      Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                      • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                                      • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                        The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                        • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                          CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                        • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                        • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                        Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                        \n@return The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                        • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                          CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                        • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                        • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                        Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                        • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                                        • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                                        • ", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                          The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                          • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                            CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                          • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                          • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                          Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                          \n@param quantity The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                          • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                            CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                          • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                          • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                          Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                          • S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates

                                                                                          • Custom origin: See HTTP Request Headers and CloudFront Behavior

                                                                                          • ", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                            The number of different headers that you want CloudFront to base caching on for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:

                                                                                            • Forward all headers to your origin: Specify 1 for Quantity and * for Name.

                                                                                              CloudFront doesn't cache the objects that are associated with this cache behavior. Instead, CloudFront sends every request to the origin.

                                                                                            • Forward a whitelist of headers you specify: Specify the number of headers that you want CloudFront to base caching on. Then specify the header names in Name elements. CloudFront caches your objects based on the values in the specified headers.

                                                                                            • Forward only the default headers: Specify 0 for Quantity and omit Items. In this configuration, CloudFront doesn't cache based on the values in the request headers.

                                                                                            Regardless of which option you choose, CloudFront forwards headers to your origin based on whether the origin is an S3 bucket or a custom origin. See the following documentation:

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "HeaderList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                                            \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                                            \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                            A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                            A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                                            \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                            A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                            A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                                            \n@param items A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                            A list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior. If Quantity is 0, omit Items.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "Headers", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Headers", "variableName" : "headers", "variableType" : "Headers", "documentation" : null, "simpleType" : "Headers", "variableSetterType" : "Headers" }, "wrapper" : false, "xmlNamespace" : null }, "HttpVersion" : { "c2jName" : "HttpVersion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "HTTP1_1", "value" : "http1.1" }, { "name" : "HTTP2", "value" : "http2" } ], "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" : "HttpVersion", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HttpVersion", "variableName" : "httpVersion", "variableType" : "HttpVersion", "documentation" : null, "simpleType" : "HttpVersion", "variableSetterType" : "HttpVersion" }, "wrapper" : false, "xmlNamespace" : null }, "ICPRecordalStatus" : { "c2jName" : "ICPRecordalStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "APPROVED", "value" : "APPROVED" }, { "name" : "SUSPENDED", "value" : "SUSPENDED" }, { "name" : "PENDING", "value" : "PENDING" } ], "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" : "ICPRecordalStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ICPRecordalStatus", "variableName" : "icpRecordalStatus", "variableType" : "ICPRecordalStatus", "documentation" : null, "simpleType" : "ICPRecordalStatus", "variableSetterType" : "ICPRecordalStatus" }, "wrapper" : false, "xmlNamespace" : null }, "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException" : { "c2jName" : "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The specified configuration for field-level encryption can't be associated with the specified cache behavior.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException", "variableName" : "illegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException", "variableType" : "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException", "documentation" : null, "simpleType" : "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException", "variableSetterType" : "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException" }, "wrapper" : false, "xmlNamespace" : null }, "IllegalUpdateException" : { "c2jName" : "IllegalUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Origin and CallerReference cannot be updated.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "IllegalUpdate", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IllegalUpdateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IllegalUpdateException", "variableName" : "illegalUpdateException", "variableType" : "IllegalUpdateException", "documentation" : null, "simpleType" : "IllegalUpdateException", "variableSetterType" : "IllegalUpdateException" }, "wrapper" : false, "xmlNamespace" : null }, "InconsistentQuantitiesException" : { "c2jName" : "InconsistentQuantities", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The value of Quantity and the size of Items don't match.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InconsistentQuantities", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InconsistentQuantitiesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InconsistentQuantitiesException", "variableName" : "inconsistentQuantitiesException", "variableType" : "InconsistentQuantitiesException", "documentation" : null, "simpleType" : "InconsistentQuantitiesException", "variableSetterType" : "InconsistentQuantitiesException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidArgumentException" : { "c2jName" : "InvalidArgument", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The argument is invalid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidArgument", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArgumentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArgumentException", "variableName" : "invalidArgumentException", "variableType" : "InvalidArgumentException", "documentation" : null, "simpleType" : "InvalidArgumentException", "variableSetterType" : "InvalidArgumentException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidDefaultRootObjectException" : { "c2jName" : "InvalidDefaultRootObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The default root object file name is too big or contains an invalid character.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidDefaultRootObject", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidDefaultRootObjectException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidDefaultRootObjectException", "variableName" : "invalidDefaultRootObjectException", "variableType" : "InvalidDefaultRootObjectException", "documentation" : null, "simpleType" : "InvalidDefaultRootObjectException", "variableSetterType" : "InvalidDefaultRootObjectException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidErrorCodeException" : { "c2jName" : "InvalidErrorCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            An invalid error code was specified.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidErrorCode", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidErrorCodeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidErrorCodeException", "variableName" : "invalidErrorCodeException", "variableType" : "InvalidErrorCodeException", "documentation" : null, "simpleType" : "InvalidErrorCodeException", "variableSetterType" : "InvalidErrorCodeException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidForwardCookiesException" : { "c2jName" : "InvalidForwardCookies", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidForwardCookies", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidForwardCookiesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidForwardCookiesException", "variableName" : "invalidForwardCookiesException", "variableType" : "InvalidForwardCookiesException", "documentation" : null, "simpleType" : "InvalidForwardCookiesException", "variableSetterType" : "InvalidForwardCookiesException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidGeoRestrictionParameterException" : { "c2jName" : "InvalidGeoRestrictionParameter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The specified geo restriction parameter is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidGeoRestrictionParameter", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidGeoRestrictionParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidGeoRestrictionParameterException", "variableName" : "invalidGeoRestrictionParameterException", "variableType" : "InvalidGeoRestrictionParameterException", "documentation" : null, "simpleType" : "InvalidGeoRestrictionParameterException", "variableSetterType" : "InvalidGeoRestrictionParameterException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidHeadersForS3OriginException" : { "c2jName" : "InvalidHeadersForS3Origin", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The headers specified are not valid for an Amazon S3 origin.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidHeadersForS3Origin", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidHeadersForS3OriginException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidHeadersForS3OriginException", "variableName" : "invalidHeadersForS3OriginException", "variableType" : "InvalidHeadersForS3OriginException", "documentation" : null, "simpleType" : "InvalidHeadersForS3OriginException", "variableSetterType" : "InvalidHeadersForS3OriginException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidIfMatchVersionException" : { "c2jName" : "InvalidIfMatchVersion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The If-Match version is missing or not valid for the distribution.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidIfMatchVersion", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidIfMatchVersionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidIfMatchVersionException", "variableName" : "invalidIfMatchVersionException", "variableType" : "InvalidIfMatchVersionException", "documentation" : null, "simpleType" : "InvalidIfMatchVersionException", "variableSetterType" : "InvalidIfMatchVersionException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidLambdaFunctionAssociationException" : { "c2jName" : "InvalidLambdaFunctionAssociation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The specified Lambda function association is invalid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidLambdaFunctionAssociation", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidLambdaFunctionAssociationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLambdaFunctionAssociationException", "variableName" : "invalidLambdaFunctionAssociationException", "variableType" : "InvalidLambdaFunctionAssociationException", "documentation" : null, "simpleType" : "InvalidLambdaFunctionAssociationException", "variableSetterType" : "InvalidLambdaFunctionAssociationException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidLocationCodeException" : { "c2jName" : "InvalidLocationCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The location code specified is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidLocationCode", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidLocationCodeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLocationCodeException", "variableName" : "invalidLocationCodeException", "variableType" : "InvalidLocationCodeException", "documentation" : null, "simpleType" : "InvalidLocationCodeException", "variableSetterType" : "InvalidLocationCodeException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidMinimumProtocolVersionException" : { "c2jName" : "InvalidMinimumProtocolVersion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The minimum protocol version specified is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidMinimumProtocolVersion", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidMinimumProtocolVersionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidMinimumProtocolVersionException", "variableName" : "invalidMinimumProtocolVersionException", "variableType" : "InvalidMinimumProtocolVersionException", "documentation" : null, "simpleType" : "InvalidMinimumProtocolVersionException", "variableSetterType" : "InvalidMinimumProtocolVersionException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidOriginAccessIdentityException" : { "c2jName" : "InvalidOriginAccessIdentity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The origin access identity is not valid or doesn't exist.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidOriginAccessIdentity", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidOriginAccessIdentityException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidOriginAccessIdentityException", "variableName" : "invalidOriginAccessIdentityException", "variableType" : "InvalidOriginAccessIdentityException", "documentation" : null, "simpleType" : "InvalidOriginAccessIdentityException", "variableSetterType" : "InvalidOriginAccessIdentityException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidOriginException" : { "c2jName" : "InvalidOrigin", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidOrigin", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidOriginException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidOriginException", "variableName" : "invalidOriginException", "variableType" : "InvalidOriginException", "documentation" : null, "simpleType" : "InvalidOriginException", "variableSetterType" : "InvalidOriginException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidOriginKeepaliveTimeoutException" : { "c2jName" : "InvalidOriginKeepaliveTimeout", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The keep alive timeout specified for the origin is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidOriginKeepaliveTimeout", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidOriginKeepaliveTimeoutException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidOriginKeepaliveTimeoutException", "variableName" : "invalidOriginKeepaliveTimeoutException", "variableType" : "InvalidOriginKeepaliveTimeoutException", "documentation" : null, "simpleType" : "InvalidOriginKeepaliveTimeoutException", "variableSetterType" : "InvalidOriginKeepaliveTimeoutException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidOriginReadTimeoutException" : { "c2jName" : "InvalidOriginReadTimeout", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The read timeout specified for the origin is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidOriginReadTimeout", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidOriginReadTimeoutException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidOriginReadTimeoutException", "variableName" : "invalidOriginReadTimeoutException", "variableType" : "InvalidOriginReadTimeoutException", "documentation" : null, "simpleType" : "InvalidOriginReadTimeoutException", "variableSetterType" : "InvalidOriginReadTimeoutException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidProtocolSettingsException" : { "c2jName" : "InvalidProtocolSettings", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidProtocolSettings", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidProtocolSettingsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidProtocolSettingsException", "variableName" : "invalidProtocolSettingsException", "variableType" : "InvalidProtocolSettingsException", "documentation" : null, "simpleType" : "InvalidProtocolSettingsException", "variableSetterType" : "InvalidProtocolSettingsException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidQueryStringParametersException" : { "c2jName" : "InvalidQueryStringParameters", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The query string parameters specified are not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidQueryStringParameters", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidQueryStringParametersException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidQueryStringParametersException", "variableName" : "invalidQueryStringParametersException", "variableType" : "InvalidQueryStringParametersException", "documentation" : null, "simpleType" : "InvalidQueryStringParametersException", "variableSetterType" : "InvalidQueryStringParametersException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidRelativePathException" : { "c2jName" : "InvalidRelativePath", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidRelativePath", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidRelativePathException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRelativePathException", "variableName" : "invalidRelativePathException", "variableType" : "InvalidRelativePathException", "documentation" : null, "simpleType" : "InvalidRelativePathException", "variableSetterType" : "InvalidRelativePathException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidRequiredProtocolException" : { "c2jName" : "InvalidRequiredProtocol", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidRequiredProtocol", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidRequiredProtocolException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRequiredProtocolException", "variableName" : "invalidRequiredProtocolException", "variableType" : "InvalidRequiredProtocolException", "documentation" : null, "simpleType" : "InvalidRequiredProtocolException", "variableSetterType" : "InvalidRequiredProtocolException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidResponseCodeException" : { "c2jName" : "InvalidResponseCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A response code is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidResponseCode", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidResponseCodeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidResponseCodeException", "variableName" : "invalidResponseCodeException", "variableType" : "InvalidResponseCodeException", "documentation" : null, "simpleType" : "InvalidResponseCodeException", "variableSetterType" : "InvalidResponseCodeException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidTaggingException" : { "c2jName" : "InvalidTagging", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The tagging specified is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidTagging", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTaggingException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTaggingException", "variableName" : "invalidTaggingException", "variableType" : "InvalidTaggingException", "documentation" : null, "simpleType" : "InvalidTaggingException", "variableSetterType" : "InvalidTaggingException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidTtlOrderException" : { "c2jName" : "InvalidTTLOrder", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The TTL order specified is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidTTLOrder", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTtlOrderException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTtlOrderException", "variableName" : "invalidTtlOrderException", "variableType" : "InvalidTtlOrderException", "documentation" : null, "simpleType" : "InvalidTtlOrderException", "variableSetterType" : "InvalidTtlOrderException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidViewerCertificateException" : { "c2jName" : "InvalidViewerCertificate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A viewer certificate specified is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidViewerCertificate", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidViewerCertificateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidViewerCertificateException", "variableName" : "invalidViewerCertificateException", "variableType" : "InvalidViewerCertificateException", "documentation" : null, "simpleType" : "InvalidViewerCertificateException", "variableSetterType" : "InvalidViewerCertificateException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidWebAclIdException" : { "c2jName" : "InvalidWebACLId", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidWebACLId", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidWebAclIdException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidWebAclIdException", "variableName" : "invalidWebAclIdException", "variableType" : "InvalidWebAclIdException", "documentation" : null, "simpleType" : "InvalidWebAclIdException", "variableSetterType" : "InvalidWebAclIdException" }, "wrapper" : false, "xmlNamespace" : null }, "Invalidation" : { "c2jName" : "Invalidation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            An invalidation.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@return The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@return The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@return The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@return The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "getterModel" : { "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 invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "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 invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \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 #createTime(Instant)}.\n@param createTime 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 #createTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@return The date and time the invalidation request was first made.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@return The date and time the invalidation request was first made.", "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" : "CreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationBatch", "beanStyleSetterMethodName" : "setInvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \nThis is a convenience that creates an instance of the {@link InvalidationBatch.Builder} avoiding the need to create one manually via {@link InvalidationBatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationBatch.Builder#build()} is called immediately and its result is passed to {@link #invalidationBatch(InvalidationBatch)}.\n@param invalidationBatch a consumer that will call methods on {@link InvalidationBatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationBatch(InvalidationBatch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@return The current invalidation information for the batch request.\n@deprecated Use {@link #invalidationBatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationBatch(InvalidationBatch)}\n", "documentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationBatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationBatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationBatch", "fluentSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationBatch", "getterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@return The current invalidation information for the batch request.", "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationBatch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationBatch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationBatch", "sensitive" : false, "setterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.", "setterMethodName" : "setInvalidationBatch", "setterModel" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : null, "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            ", "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \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 #createTime(Instant)}.\n@param createTime 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 #createTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@return The date and time the invalidation request was first made.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@return The date and time the invalidation request was first made.", "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" : "CreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@return The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@return The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InvalidationBatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationBatch", "beanStyleSetterMethodName" : "setInvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \nThis is a convenience that creates an instance of the {@link InvalidationBatch.Builder} avoiding the need to create one manually via {@link InvalidationBatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationBatch.Builder#build()} is called immediately and its result is passed to {@link #invalidationBatch(InvalidationBatch)}.\n@param invalidationBatch a consumer that will call methods on {@link InvalidationBatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationBatch(InvalidationBatch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@return The current invalidation information for the batch request.\n@deprecated Use {@link #invalidationBatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationBatch(InvalidationBatch)}\n", "documentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationBatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationBatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationBatch", "fluentSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationBatch", "getterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@return The current invalidation information for the batch request.", "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationBatch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationBatch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationBatch", "sensitive" : false, "setterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.", "setterMethodName" : "setInvalidationBatch", "setterModel" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : null, "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            ", "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@return The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@return The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "getterModel" : { "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 invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "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 invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@return The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@return The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            \n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                            The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@return The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                            The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@return The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "getterModel" : { "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 invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            \n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "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 invalidation request. When the invalidation batch is finished, the status is Completed.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \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 #createTime(Instant)}.\n@param createTime 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 #createTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@return The date and time the invalidation request was first made.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@return The date and time the invalidation request was first made.", "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" : "CreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            \n@param createTime The date and time the invalidation request was first made.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the invalidation request was first made.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationBatch", "beanStyleSetterMethodName" : "setInvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \nThis is a convenience that creates an instance of the {@link InvalidationBatch.Builder} avoiding the need to create one manually via {@link InvalidationBatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationBatch.Builder#build()} is called immediately and its result is passed to {@link #invalidationBatch(InvalidationBatch)}.\n@param invalidationBatch a consumer that will call methods on {@link InvalidationBatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationBatch(InvalidationBatch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@return The current invalidation information for the batch request.\n@deprecated Use {@link #invalidationBatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationBatch(InvalidationBatch)}\n", "documentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationBatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationBatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationBatch", "fluentSetterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationBatch", "getterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@return The current invalidation information for the batch request.", "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationBatch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationBatch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationBatch", "sensitive" : false, "setterDocumentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            \n@param invalidationBatch The current invalidation information for the batch request.", "setterMethodName" : "setInvalidationBatch", "setterModel" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : null, "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : "

                                                                                            The current invalidation information for the batch request.

                                                                                            ", "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "Status", "CreateTime", "InvalidationBatch" ], "shapeName" : "Invalidation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Invalidation", "variableName" : "invalidation", "variableType" : "Invalidation", "documentation" : null, "simpleType" : "Invalidation", "variableSetterType" : "Invalidation" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidationBatch" : { "c2jName" : "InvalidationBatch", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            An invalidation batch.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPaths", "beanStyleSetterMethodName" : "setPaths", "c2jName" : "Paths", "c2jShape" : "Paths", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \nThis is a convenience that creates an instance of the {@link Paths.Builder} avoiding the need to create one manually via {@link Paths#builder()}.\n\nWhen the {@link Consumer} completes, {@link Paths.Builder#build()} is called immediately and its result is passed to {@link #paths(Paths)}.\n@param paths a consumer that will call methods on {@link Paths.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #paths(Paths)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@return A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #paths()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #paths(Paths)}\n", "documentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Paths property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPaths", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paths", "fluentSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paths", "getterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@return A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "Paths", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Paths", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Paths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Paths", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setPaths", "setterModel" : { "variableDeclarationType" : "Paths", "variableName" : "paths", "variableType" : "Paths", "documentation" : null, "simpleType" : "Paths", "variableSetterType" : "Paths" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Paths", "variableName" : "paths", "variableType" : "Paths", "documentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            ", "simpleType" : "Paths", "variableSetterType" : "Paths" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@return A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@return A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@return A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@return A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Paths" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPaths", "beanStyleSetterMethodName" : "setPaths", "c2jName" : "Paths", "c2jShape" : "Paths", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \nThis is a convenience that creates an instance of the {@link Paths.Builder} avoiding the need to create one manually via {@link Paths#builder()}.\n\nWhen the {@link Consumer} completes, {@link Paths.Builder#build()} is called immediately and its result is passed to {@link #paths(Paths)}.\n@param paths a consumer that will call methods on {@link Paths.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #paths(Paths)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@return A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #paths()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #paths(Paths)}\n", "documentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Paths property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPaths", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paths", "fluentSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paths", "getterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@return A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "Paths", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Paths", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Paths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Paths", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setPaths", "setterModel" : { "variableDeclarationType" : "Paths", "variableName" : "paths", "variableType" : "Paths", "documentation" : null, "simpleType" : "Paths", "variableSetterType" : "Paths" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Paths", "variableName" : "paths", "variableType" : "Paths", "documentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            ", "simpleType" : "Paths", "variableSetterType" : "Paths" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPaths", "beanStyleSetterMethodName" : "setPaths", "c2jName" : "Paths", "c2jShape" : "Paths", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \nThis is a convenience that creates an instance of the {@link Paths.Builder} avoiding the need to create one manually via {@link Paths#builder()}.\n\nWhen the {@link Consumer} completes, {@link Paths.Builder#build()} is called immediately and its result is passed to {@link #paths(Paths)}.\n@param paths a consumer that will call methods on {@link Paths.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #paths(Paths)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@return A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #paths()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #paths(Paths)}\n", "documentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Paths property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPaths", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paths", "fluentSetterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paths", "getterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@return A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "Paths", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Paths", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Paths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Paths", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            \n@param paths A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setPaths", "setterModel" : { "variableDeclarationType" : "Paths", "variableName" : "paths", "variableType" : "Paths", "documentation" : null, "simpleType" : "Paths", "variableSetterType" : "Paths" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Paths", "variableName" : "paths", "variableType" : "Paths", "documentation" : "

                                                                                            A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                            ", "simpleType" : "Paths", "variableSetterType" : "Paths" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@return A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@return A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            \n@param callerReference A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                            A value that you specify to uniquely identify an invalidation request. CloudFront uses the value to prevent you from accidentally resubmitting an identical request. Whenever you create a new invalidation request, you must specify a new value for CallerReference and change other values in the request as applicable. One way to ensure that the value of CallerReference is unique is to use a timestamp, for example, 20120301090000.

                                                                                            If you make a second invalidation request with the same value for CallerReference, and if the rest of the request is the same, CloudFront doesn't create a new invalidation request. Instead, CloudFront returns information about the invalidation request that you previously created with the same CallerReference.

                                                                                            If CallerReference is a value you already sent in a previous invalidation batch request but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Paths", "CallerReference" ], "shapeName" : "InvalidationBatch", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvalidationBatch", "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "documentation" : null, "simpleType" : "InvalidationBatch", "variableSetterType" : "InvalidationBatch" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidationList" : { "c2jName" : "InvalidationList", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The InvalidationList complex type describes the list of invalidation objects. For more information about invalidation, see Invalidating Objects (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@return The value that you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@return The value that you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@return If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@return If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@return The value that you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@return The value that you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@return The number of invalidation batches that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@return The number of invalidation batches that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "InvalidationSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InvalidationSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InvalidationSummary.Builder} avoiding the need to create one manually via {@link InvalidationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationSummary.Builder#build()} is called immediately and its result is passed to {@link #member(InvalidationSummary)}.\n@param member a consumer that will call methods on {@link InvalidationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InvalidationSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(InvalidationSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InvalidationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationSummary", "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" : "InvalidationSummary", "variableName" : "member", "variableType" : "InvalidationSummary", "documentation" : null, "simpleType" : "InvalidationSummary", "variableSetterType" : "InvalidationSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationSummary", "variableName" : "member", "variableType" : "InvalidationSummary", "documentation" : "", "simpleType" : "InvalidationSummary", "variableSetterType" : "InvalidationSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "InvalidationSummary", "memberType" : "InvalidationSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InvalidationSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsTruncated" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "InvalidationSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InvalidationSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InvalidationSummary.Builder} avoiding the need to create one manually via {@link InvalidationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationSummary.Builder#build()} is called immediately and its result is passed to {@link #member(InvalidationSummary)}.\n@param member a consumer that will call methods on {@link InvalidationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InvalidationSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(InvalidationSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InvalidationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationSummary", "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" : "InvalidationSummary", "variableName" : "member", "variableType" : "InvalidationSummary", "documentation" : null, "simpleType" : "InvalidationSummary", "variableSetterType" : "InvalidationSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationSummary", "variableName" : "member", "variableType" : "InvalidationSummary", "documentation" : "", "simpleType" : "InvalidationSummary", "variableSetterType" : "InvalidationSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "InvalidationSummary", "memberType" : "InvalidationSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InvalidationSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@return The value that you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@return The value that you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@return The value that you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@return The value that you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@return If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@return If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@return The number of invalidation batches that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@return The number of invalidation batches that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@return The value that you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@return The value that you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            \n@param marker The value that you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The value that you provided for the Marker request parameter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@return If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@return If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            \n@param nextMarker If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@return The value that you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@return The value that you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            \n@param maxItems The value that you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                            The value that you provided for the MaxItems request parameter.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            \n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                            A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.

                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@return The number of invalidation batches that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@return The number of invalidation batches that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            \n@param quantity The number of invalidation batches that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                            The number of invalidation batches that were created by the current AWS account.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "InvalidationSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InvalidationSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InvalidationSummary.Builder} avoiding the need to create one manually via {@link InvalidationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationSummary.Builder#build()} is called immediately and its result is passed to {@link #member(InvalidationSummary)}.\n@param member a consumer that will call methods on {@link InvalidationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InvalidationSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(InvalidationSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InvalidationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationSummary", "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" : "InvalidationSummary", "variableName" : "member", "variableType" : "InvalidationSummary", "documentation" : null, "simpleType" : "InvalidationSummary", "variableSetterType" : "InvalidationSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationSummary", "variableName" : "member", "variableType" : "InvalidationSummary", "documentation" : "", "simpleType" : "InvalidationSummary", "variableSetterType" : "InvalidationSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "InvalidationSummary", "memberType" : "InvalidationSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InvalidationSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            \n@param items A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                            A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ], "shapeName" : "InvalidationList", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvalidationList", "variableName" : "invalidationList", "variableType" : "InvalidationList", "documentation" : null, "simpleType" : "InvalidationList", "variableSetterType" : "InvalidationList" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidationSummary" : { "c2jName" : "InvalidationSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A summary of an invalidation 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The unique ID for an invalidation 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@return The unique ID for an invalidation request.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@return The unique ID for an invalidation 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" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The time that an invalidation request 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 #createTime(Instant)}.\n@param createTime 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 #createTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@return The time that an invalidation request was created.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@return The time that an invalidation request 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" : "CreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of an invalidation 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 #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@return The status of an invalidation request.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                            The status of an invalidation request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@return The status of an invalidation 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" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                            The status of an invalidation request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The time that an invalidation request 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 #createTime(Instant)}.\n@param createTime 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 #createTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@return The time that an invalidation request was created.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@return The time that an invalidation request 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" : "CreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The unique ID for an invalidation 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@return The unique ID for an invalidation request.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@return The unique ID for an invalidation 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" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of an invalidation 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 #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@return The status of an invalidation request.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                            The status of an invalidation request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@return The status of an invalidation 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" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                            The status of an invalidation request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The unique ID for an invalidation 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@return The unique ID for an invalidation request.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@return The unique ID for an invalidation 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" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            \n@param id The unique ID for an invalidation request.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                            The unique ID for an invalidation request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The time that an invalidation request 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 #createTime(Instant)}.\n@param createTime 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 #createTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@return The time that an invalidation request was created.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@return The time that an invalidation request 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" : "CreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            \n@param createTime The time that an invalidation request was created.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The time that an invalidation request was created.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of an invalidation 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 #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@return The status of an invalidation request.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                            The status of an invalidation request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@return The status of an invalidation 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" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                            The status of an invalidation request.

                                                                                            \n@param status The status of an invalidation request.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                            The status of an invalidation request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "CreateTime", "Status" ], "shapeName" : "InvalidationSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvalidationSummary", "variableName" : "invalidationSummary", "variableType" : "InvalidationSummary", "documentation" : null, "simpleType" : "InvalidationSummary", "variableSetterType" : "InvalidationSummary" }, "wrapper" : false, "xmlNamespace" : null }, "ItemSelection" : { "c2jName" : "ItemSelection", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NONE", "value" : "none" }, { "name" : "WHITELIST", "value" : "whitelist" }, { "name" : "ALL", "value" : "all" } ], "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" : "ItemSelection", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ItemSelection", "variableName" : "itemSelection", "variableType" : "ItemSelection", "documentation" : null, "simpleType" : "ItemSelection", "variableSetterType" : "ItemSelection" }, "wrapper" : false, "xmlNamespace" : null }, "KeyPairIds" : { "c2jName" : "KeyPairIds", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@return The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@return The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "KeyPairIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyPairId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyPairId", "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" : "KeyPairId", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "KeyPairIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyPairId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyPairId", "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" : "KeyPairId", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@return The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@return The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@return The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@return The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                            The number of active CloudFront key pairs for AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "KeyPairIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                            \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyPairId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyPairId", "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" : "KeyPairId", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            \n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                            For more information, see ActiveTrustedSigners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "KeyPairIds", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeyPairIds", "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "documentation" : null, "simpleType" : "KeyPairIds", "variableSetterType" : "KeyPairIds" }, "wrapper" : false, "xmlNamespace" : null }, "LambdaFunctionAssociation" : { "c2jName" : "LambdaFunctionAssociation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A complex type that contains a Lambda function association.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionARN", "beanStyleSetterMethodName" : "setLambdaFunctionARN", "c2jName" : "LambdaFunctionARN", "c2jShape" : "LambdaFunctionARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionARN(String)}.\n@param lambdaFunctionARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                            \n@return The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@deprecated Use {@link #lambdaFunctionARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                            \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionARN(String)}\n", "documentation" : "

                                                                                            The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaFunctionARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLambdaFunctionARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionARN", "fluentSetterDocumentation" : "

                                                                                            The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                            \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionARN", "getterDocumentation" : "

                                                                                            The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                            \n@return The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LambdaFunctionARN", "sensitive" : false, "setterDocumentation" : "

                                                                                            The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                            \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.", "setterMethodName" : "setLambdaFunctionARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lambdaFunctionARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lambdaFunctionARN", "variableType" : "String", "documentation" : "

                                                                                            The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventTypeAsString", "beanStyleSetterMethodName" : "setEventType", "c2jName" : "EventType", "c2jShape" : "EventType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                            • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                            • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                            • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                            • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                              If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventTypeAsString(String)}.\n@param eventType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                            • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                            • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                            • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                            • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                              If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n

                                                                                            \n@return Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                            • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                            • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                            • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                            • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                              If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                            • \n@see EventType\n@deprecated Use {@link #eventTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                              Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                              • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                              • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                              • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                              • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                              \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                              • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                              • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                              • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                              • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                              • \n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType\n@deprecated Use {@link #eventType(String)}\n", "documentation" : "

                                                                                                Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                  If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "EventType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventType", "fluentEnumGetterMethodName" : "eventType", "fluentEnumSetterMethodName" : "eventType", "fluentGetterMethodName" : "eventTypeAsString", "fluentSetterDocumentation" : "

                                                                                                Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                  If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                  If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                • \n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType", "fluentSetterMethodName" : "eventType", "getterDocumentation" : "

                                                                                                  Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                  • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                  • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                  • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                  • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                    If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                  \n

                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n

                                                                                                  \n@return Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                  • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                  • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                  • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                  • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                    If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                  • \n@see EventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventType", "sensitive" : false, "setterDocumentation" : "

                                                                                                    Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                    • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                    • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                    • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                    • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                      If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                    \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                    • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                    • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                    • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                    • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                      If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                    • \n@see EventType", "setterMethodName" : "setEventType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : "

                                                                                                      Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                      • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                      • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                      • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                      • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                        If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeBody", "beanStyleSetterMethodName" : "setIncludeBody", "c2jName" : "IncludeBody", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                      A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                      \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 #includeBody(Boolean)}.\n@param includeBody 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 #includeBody(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                      A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                      \n@return A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #includeBody()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                      A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                      \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeBody(Boolean)}\n", "documentation" : "

                                                                                                      A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeBody property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeBody", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeBody", "fluentSetterDocumentation" : "

                                                                                                      A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                      \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeBody", "getterDocumentation" : "

                                                                                                      A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                      \n@return A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.", "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" : "IncludeBody", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeBody", "sensitive" : false, "setterDocumentation" : "

                                                                                                      A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                      \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setIncludeBody", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeBody", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeBody", "variableType" : "Boolean", "documentation" : "

                                                                                                      A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventTypeAsString", "beanStyleSetterMethodName" : "setEventType", "c2jName" : "EventType", "c2jShape" : "EventType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                      Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                      • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                      • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                      • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                      • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                        If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventTypeAsString(String)}.\n@param eventType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                      Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                      • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                      • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                      • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                      • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                        If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                      \n

                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n

                                                                                                      \n@return Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                      • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                      • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                      • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                      • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                        If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                      • \n@see EventType\n@deprecated Use {@link #eventTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                        Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                        • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                        • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                        • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                        • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                          If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                        \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                        • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                        • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                        • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                        • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                          If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                        • \n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType\n@deprecated Use {@link #eventType(String)}\n", "documentation" : "

                                                                                                          Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                          • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                          • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                          • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                          • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                            If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "EventType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventType", "fluentEnumGetterMethodName" : "eventType", "fluentEnumSetterMethodName" : "eventType", "fluentGetterMethodName" : "eventTypeAsString", "fluentSetterDocumentation" : "

                                                                                                          Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                          • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                          • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                          • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                          • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                            If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                          \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                          • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                          • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                          • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                          • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                            If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                          • \n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType", "fluentSetterMethodName" : "eventType", "getterDocumentation" : "

                                                                                                            Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                            • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                            • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                            • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                            • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                              If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                            \n

                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n

                                                                                                            \n@return Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                            • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                            • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                            • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                            • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                              If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                            • \n@see EventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventType", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                              • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                              • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                              • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                              • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                              \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                              • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                              • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                              • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                              • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                              • \n@see EventType", "setterMethodName" : "setEventType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : "

                                                                                                                Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                  If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeBody" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeBody", "beanStyleSetterMethodName" : "setIncludeBody", "c2jName" : "IncludeBody", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                \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 #includeBody(Boolean)}.\n@param includeBody 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 #includeBody(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                \n@return A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #includeBody()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeBody(Boolean)}\n", "documentation" : "

                                                                                                                A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeBody property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeBody", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeBody", "fluentSetterDocumentation" : "

                                                                                                                A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeBody", "getterDocumentation" : "

                                                                                                                A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                \n@return A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.", "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" : "IncludeBody", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeBody", "sensitive" : false, "setterDocumentation" : "

                                                                                                                A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setIncludeBody", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeBody", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeBody", "variableType" : "Boolean", "documentation" : "

                                                                                                                A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LambdaFunctionARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionARN", "beanStyleSetterMethodName" : "setLambdaFunctionARN", "c2jName" : "LambdaFunctionARN", "c2jShape" : "LambdaFunctionARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionARN(String)}.\n@param lambdaFunctionARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@return The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@deprecated Use {@link #lambdaFunctionARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionARN(String)}\n", "documentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaFunctionARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLambdaFunctionARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionARN", "fluentSetterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionARN", "getterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@return The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LambdaFunctionARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.", "setterMethodName" : "setLambdaFunctionARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lambdaFunctionARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lambdaFunctionARN", "variableType" : "String", "documentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaFunctionARN", "beanStyleSetterMethodName" : "setLambdaFunctionARN", "c2jName" : "LambdaFunctionARN", "c2jShape" : "LambdaFunctionARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionARN(String)}.\n@param lambdaFunctionARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@return The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@deprecated Use {@link #lambdaFunctionARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaFunctionARN(String)}\n", "documentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaFunctionARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLambdaFunctionARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionARN", "fluentSetterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionARN", "getterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@return The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LambdaFunctionARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                \n@param lambdaFunctionARN The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.", "setterMethodName" : "setLambdaFunctionARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lambdaFunctionARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lambdaFunctionARN", "variableType" : "String", "documentation" : "

                                                                                                                The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.

                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventTypeAsString", "beanStyleSetterMethodName" : "setEventType", "c2jName" : "EventType", "c2jShape" : "EventType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                  If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventTypeAsString(String)}.\n@param eventType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                  If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                \n

                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n

                                                                                                                \n@return Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                  If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                • \n@see EventType\n@deprecated Use {@link #eventTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                  Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                  • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                  • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                  • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                  • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                    If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                  \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                  • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                  • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                  • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                  • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                    If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                  • \n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType\n@deprecated Use {@link #eventType(String)}\n", "documentation" : "

                                                                                                                    Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                    • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                    • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                    • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                    • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                      If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "EventType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventType", "fluentEnumGetterMethodName" : "eventType", "fluentEnumSetterMethodName" : "eventType", "fluentGetterMethodName" : "eventTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                    Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                    • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                    • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                    • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                    • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                      If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                    \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                    • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                    • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                    • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                    • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                      If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                    • \n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType", "fluentSetterMethodName" : "eventType", "getterDocumentation" : "

                                                                                                                      Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                      • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                      • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                      • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                      • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                        If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                      \n

                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n

                                                                                                                      \n@return Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                      • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                      • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                      • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                      • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                        If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                      • \n@see EventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                        Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                        • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                        • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                        • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                        • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                          If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                        \n@param eventType Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                        • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                        • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                        • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                        • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                          If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                        • \n@see EventType", "setterMethodName" : "setEventType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : "

                                                                                                                          Specifies the event type that triggers a Lambda function invocation. You can specify the following values:

                                                                                                                          • viewer-request: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.

                                                                                                                          • origin-request: The function executes only when CloudFront forwards a request to your origin. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                          • origin-response: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.

                                                                                                                          • viewer-response: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.

                                                                                                                            If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeBody", "beanStyleSetterMethodName" : "setIncludeBody", "c2jName" : "IncludeBody", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                          \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 #includeBody(Boolean)}.\n@param includeBody 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 #includeBody(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@return A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #includeBody()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeBody(Boolean)}\n", "documentation" : "

                                                                                                                          A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeBody property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeBody", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeBody", "fluentSetterDocumentation" : "

                                                                                                                          A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeBody", "getterDocumentation" : "

                                                                                                                          A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@return A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.", "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" : "IncludeBody", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeBody", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@param includeBody A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setIncludeBody", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeBody", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeBody", "variableType" : "Boolean", "documentation" : "

                                                                                                                          A flag that allows a Lambda function to have read access to the body content. For more information, see Accessing the Request Body by Choosing the Include Body Option in the Amazon CloudFront Developer Guide.

                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LambdaFunctionARN", "EventType" ], "shapeName" : "LambdaFunctionAssociation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociation", "variableName" : "lambdaFunctionAssociation", "variableType" : "LambdaFunctionAssociation", "documentation" : null, "simpleType" : "LambdaFunctionAssociation", "variableSetterType" : "LambdaFunctionAssociation" }, "wrapper" : false, "xmlNamespace" : null }, "LambdaFunctionAssociations" : { "c2jName" : "LambdaFunctionAssociations", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          A complex type that specifies a list of Lambda functions associations for a cache behavior.

                                                                                                                          If you want to invoke one or more Lambda functions triggered by requests that match the PathPattern of the cache behavior, specify the applicable values for Quantity and Items. Note that there can be up to 4 LambdaFunctionAssociation items in this list (one for each possible value of EventType) and each EventType can be associated with the Lambda function only once.

                                                                                                                          If you don't want to invoke any Lambda functions for the requests that match PathPattern, specify 0 for Quantity and omit Items.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@return The number of Lambda function associations for this cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@return The number of Lambda function associations for this cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "LambdaFunctionAssociationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                          \n@return Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                          \n@return Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LambdaFunctionAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionAssociation.Builder} avoiding the need to create one manually via {@link LambdaFunctionAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionAssociation.Builder#build()} is called immediately and its result is passed to {@link #member(LambdaFunctionAssociation)}.\n@param member a consumer that will call methods on {@link LambdaFunctionAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LambdaFunctionAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LambdaFunctionAssociation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LambdaFunctionAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociation", "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" : "LambdaFunctionAssociation", "variableName" : "member", "variableType" : "LambdaFunctionAssociation", "documentation" : null, "simpleType" : "LambdaFunctionAssociation", "variableSetterType" : "LambdaFunctionAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociation", "variableName" : "member", "variableType" : "LambdaFunctionAssociation", "documentation" : "", "simpleType" : "LambdaFunctionAssociation", "variableSetterType" : "LambdaFunctionAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "LambdaFunctionAssociation", "memberType" : "LambdaFunctionAssociation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LambdaFunctionAssociation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "LambdaFunctionAssociationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                          \n@return Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                          \n@return Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LambdaFunctionAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionAssociation.Builder} avoiding the need to create one manually via {@link LambdaFunctionAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionAssociation.Builder#build()} is called immediately and its result is passed to {@link #member(LambdaFunctionAssociation)}.\n@param member a consumer that will call methods on {@link LambdaFunctionAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LambdaFunctionAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LambdaFunctionAssociation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LambdaFunctionAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociation", "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" : "LambdaFunctionAssociation", "variableName" : "member", "variableType" : "LambdaFunctionAssociation", "documentation" : null, "simpleType" : "LambdaFunctionAssociation", "variableSetterType" : "LambdaFunctionAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociation", "variableName" : "member", "variableType" : "LambdaFunctionAssociation", "documentation" : "", "simpleType" : "LambdaFunctionAssociation", "variableSetterType" : "LambdaFunctionAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "LambdaFunctionAssociation", "memberType" : "LambdaFunctionAssociation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LambdaFunctionAssociation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@return The number of Lambda function associations for this cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@return The number of Lambda function associations for this cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@return The number of Lambda function associations for this cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@return The number of Lambda function associations for this cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          \n@param quantity The number of Lambda function associations for this cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                          The number of Lambda function associations for this cache behavior.

                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "LambdaFunctionAssociationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                          \n@return Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                          \n@return Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LambdaFunctionAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionAssociation.Builder} avoiding the need to create one manually via {@link LambdaFunctionAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionAssociation.Builder#build()} is called immediately and its result is passed to {@link #member(LambdaFunctionAssociation)}.\n@param member a consumer that will call methods on {@link LambdaFunctionAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LambdaFunctionAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LambdaFunctionAssociation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LambdaFunctionAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaFunctionAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaFunctionAssociation", "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" : "LambdaFunctionAssociation", "variableName" : "member", "variableType" : "LambdaFunctionAssociation", "documentation" : null, "simpleType" : "LambdaFunctionAssociation", "variableSetterType" : "LambdaFunctionAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociation", "variableName" : "member", "variableType" : "LambdaFunctionAssociation", "documentation" : "", "simpleType" : "LambdaFunctionAssociation", "variableSetterType" : "LambdaFunctionAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "LambdaFunctionAssociation", "memberType" : "LambdaFunctionAssociation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LambdaFunctionAssociation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          \n@param items Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "LambdaFunctionAssociations", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionAssociations", "variableName" : "lambdaFunctionAssociations", "variableType" : "LambdaFunctionAssociations", "documentation" : null, "simpleType" : "LambdaFunctionAssociations", "variableSetterType" : "LambdaFunctionAssociations" }, "wrapper" : false, "xmlNamespace" : null }, "ListCloudFrontOriginAccessIdentitiesRequest" : { "c2jName" : "ListCloudFrontOriginAccessIdentitiesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The request to list origin access identities.

                                                                                                                          ", "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" : "ListCloudFrontOriginAccessIdentities2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/origin-access-identity/cloudfront", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@return The maximum number of origin access identities you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@return The maximum number of origin access identities you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@return The maximum number of origin access identities you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@return The maximum number of origin access identities you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@return The maximum number of origin access identities you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@return The maximum number of origin access identities you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of origin access identities you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of origin access identities you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCloudFrontOriginAccessIdentitiesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListCloudFrontOriginAccessIdentitiesRequest", "variableName" : "listCloudFrontOriginAccessIdentitiesRequest", "variableType" : "ListCloudFrontOriginAccessIdentitiesRequest", "documentation" : null, "simpleType" : "ListCloudFrontOriginAccessIdentitiesRequest", "variableSetterType" : "ListCloudFrontOriginAccessIdentitiesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListCloudFrontOriginAccessIdentitiesResponse" : { "c2jName" : "ListCloudFrontOriginAccessIdentitiesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The returned result of the corresponding request.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityList", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityList", "c2jName" : "CloudFrontOriginAccessIdentityList", "c2jShape" : "CloudFrontOriginAccessIdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityList.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityList#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityList.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)}.\n@param cloudFrontOriginAccessIdentityList a consumer that will call methods on {@link CloudFrontOriginAccessIdentityList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@return The CloudFrontOriginAccessIdentityList type.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)}\n", "documentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityList", "fluentSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityList", "getterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@return The CloudFrontOriginAccessIdentityList type.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.", "setterMethodName" : "setCloudFrontOriginAccessIdentityList", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityList", "variableSetterType" : "CloudFrontOriginAccessIdentityList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "documentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          ", "simpleType" : "CloudFrontOriginAccessIdentityList", "variableSetterType" : "CloudFrontOriginAccessIdentityList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudFrontOriginAccessIdentityList" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityList", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityList", "c2jName" : "CloudFrontOriginAccessIdentityList", "c2jShape" : "CloudFrontOriginAccessIdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityList.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityList#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityList.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)}.\n@param cloudFrontOriginAccessIdentityList a consumer that will call methods on {@link CloudFrontOriginAccessIdentityList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@return The CloudFrontOriginAccessIdentityList type.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)}\n", "documentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityList", "fluentSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityList", "getterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@return The CloudFrontOriginAccessIdentityList type.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.", "setterMethodName" : "setCloudFrontOriginAccessIdentityList", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityList", "variableSetterType" : "CloudFrontOriginAccessIdentityList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "documentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          ", "simpleType" : "CloudFrontOriginAccessIdentityList", "variableSetterType" : "CloudFrontOriginAccessIdentityList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityList", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityList", "c2jName" : "CloudFrontOriginAccessIdentityList", "c2jShape" : "CloudFrontOriginAccessIdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityList.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityList#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityList.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)}.\n@param cloudFrontOriginAccessIdentityList a consumer that will call methods on {@link CloudFrontOriginAccessIdentityList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@return The CloudFrontOriginAccessIdentityList type.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)}\n", "documentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityList", "fluentSetterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityList", "getterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@return The CloudFrontOriginAccessIdentityList type.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          \n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.", "setterMethodName" : "setCloudFrontOriginAccessIdentityList", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityList", "variableSetterType" : "CloudFrontOriginAccessIdentityList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "documentation" : "

                                                                                                                          The CloudFrontOriginAccessIdentityList type.

                                                                                                                          ", "simpleType" : "CloudFrontOriginAccessIdentityList", "variableSetterType" : "CloudFrontOriginAccessIdentityList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCloudFrontOriginAccessIdentitiesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListCloudFrontOriginAccessIdentitiesResponse", "variableName" : "listCloudFrontOriginAccessIdentitiesResponse", "variableType" : "ListCloudFrontOriginAccessIdentitiesResponse", "documentation" : null, "simpleType" : "ListCloudFrontOriginAccessIdentitiesResponse", "variableSetterType" : "ListCloudFrontOriginAccessIdentitiesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListDistributionsByWebAclIdRequest" : { "c2jName" : "ListDistributionsByWebACLIdRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The request to list distributions that are associated with a specified AWS WAF web ACL.

                                                                                                                          ", "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" : "ListDistributionsByWebACLId2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distributionsByWebACLId/{WebACLId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@return The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@return The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WebACLId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@return The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@return The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          \n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          \n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebACLId", "beanStyleSetterMethodName" : "setWebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webACLId(String)}.\n@param webACLId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webACLId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@return The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@deprecated Use {@link #webACLId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webACLId(String)}\n", "documentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebACLId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebACLId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webACLId", "fluentSetterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webACLId", "getterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@return The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "WebACLId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WebACLId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebACLId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          \n@param webACLId The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.", "setterMethodName" : "setWebACLId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webACLId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "WebACLId" ], "shapeName" : "ListDistributionsByWebAclIdRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDistributionsByWebAclIdRequest", "variableName" : "listDistributionsByWebAclIdRequest", "variableType" : "ListDistributionsByWebAclIdRequest", "documentation" : null, "simpleType" : "ListDistributionsByWebAclIdRequest", "variableSetterType" : "ListDistributionsByWebAclIdRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListDistributionsByWebAclIdResponse" : { "c2jName" : "ListDistributionsByWebACLIdResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionList", "beanStyleSetterMethodName" : "setDistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link DistributionList.Builder} avoiding the need to create one manually via {@link DistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionList.Builder#build()} is called immediately and its result is passed to {@link #distributionList(DistributionList)}.\n@param distributionList a consumer that will call methods on {@link DistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionList(DistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.\n@deprecated Use {@link #distributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionList(DistributionList)}\n", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionList", "fluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionList", "getterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.", "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.", "setterMethodName" : "setDistributionList", "setterModel" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : null, "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DistributionList" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionList", "beanStyleSetterMethodName" : "setDistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link DistributionList.Builder} avoiding the need to create one manually via {@link DistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionList.Builder#build()} is called immediately and its result is passed to {@link #distributionList(DistributionList)}.\n@param distributionList a consumer that will call methods on {@link DistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionList(DistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.\n@deprecated Use {@link #distributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionList(DistributionList)}\n", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionList", "fluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionList", "getterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.", "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.", "setterMethodName" : "setDistributionList", "setterModel" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : null, "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionList", "beanStyleSetterMethodName" : "setDistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link DistributionList.Builder} avoiding the need to create one manually via {@link DistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionList.Builder#build()} is called immediately and its result is passed to {@link #distributionList(DistributionList)}.\n@param distributionList a consumer that will call methods on {@link DistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionList(DistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.\n@deprecated Use {@link #distributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionList(DistributionList)}\n", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionList", "fluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionList", "getterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.", "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.", "setterMethodName" : "setDistributionList", "setterModel" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : null, "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDistributionsByWebAclIdResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDistributionsByWebAclIdResponse", "variableName" : "listDistributionsByWebAclIdResponse", "variableType" : "ListDistributionsByWebAclIdResponse", "documentation" : null, "simpleType" : "ListDistributionsByWebAclIdResponse", "variableSetterType" : "ListDistributionsByWebAclIdResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListDistributionsRequest" : { "c2jName" : "ListDistributionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The request to list your distributions.

                                                                                                                          ", "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" : "ListDistributions2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@return The maximum number of distributions you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@return The maximum number of distributions you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@return The maximum number of distributions you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@return The maximum number of distributions you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@return The maximum number of distributions you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@return The maximum number of distributions you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of distributions you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of distributions you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDistributionsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDistributionsRequest", "variableName" : "listDistributionsRequest", "variableType" : "ListDistributionsRequest", "documentation" : null, "simpleType" : "ListDistributionsRequest", "variableSetterType" : "ListDistributionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListDistributionsResponse" : { "c2jName" : "ListDistributionsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The returned result of the corresponding request.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionList", "beanStyleSetterMethodName" : "setDistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link DistributionList.Builder} avoiding the need to create one manually via {@link DistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionList.Builder#build()} is called immediately and its result is passed to {@link #distributionList(DistributionList)}.\n@param distributionList a consumer that will call methods on {@link DistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionList(DistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.\n@deprecated Use {@link #distributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionList(DistributionList)}\n", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionList", "fluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionList", "getterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.", "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.", "setterMethodName" : "setDistributionList", "setterModel" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : null, "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DistributionList" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionList", "beanStyleSetterMethodName" : "setDistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link DistributionList.Builder} avoiding the need to create one manually via {@link DistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionList.Builder#build()} is called immediately and its result is passed to {@link #distributionList(DistributionList)}.\n@param distributionList a consumer that will call methods on {@link DistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionList(DistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.\n@deprecated Use {@link #distributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionList(DistributionList)}\n", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionList", "fluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionList", "getterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.", "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.", "setterMethodName" : "setDistributionList", "setterModel" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : null, "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionList", "beanStyleSetterMethodName" : "setDistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link DistributionList.Builder} avoiding the need to create one manually via {@link DistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionList.Builder#build()} is called immediately and its result is passed to {@link #distributionList(DistributionList)}.\n@param distributionList a consumer that will call methods on {@link DistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionList(DistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.\n@deprecated Use {@link #distributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionList(DistributionList)}\n", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionList", "fluentSetterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionList", "getterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@return The DistributionList type.", "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          \n@param distributionList The DistributionList type.", "setterMethodName" : "setDistributionList", "setterModel" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : null, "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionList", "variableName" : "distributionList", "variableType" : "DistributionList", "documentation" : "

                                                                                                                          The DistributionList type.

                                                                                                                          ", "simpleType" : "DistributionList", "variableSetterType" : "DistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDistributionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDistributionsResponse", "variableName" : "listDistributionsResponse", "variableType" : "ListDistributionsResponse", "documentation" : null, "simpleType" : "ListDistributionsResponse", "variableSetterType" : "ListDistributionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListFieldLevelEncryptionConfigsRequest" : { "c2jName" : "ListFieldLevelEncryptionConfigsRequest", "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" : "ListFieldLevelEncryptionConfigs2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption configurations you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption configurations you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption configurations you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption configurations you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last configuration on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption configurations you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption configurations you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption configurations you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of field-level encryption configurations you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListFieldLevelEncryptionConfigsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListFieldLevelEncryptionConfigsRequest", "variableName" : "listFieldLevelEncryptionConfigsRequest", "variableType" : "ListFieldLevelEncryptionConfigsRequest", "documentation" : null, "simpleType" : "ListFieldLevelEncryptionConfigsRequest", "variableSetterType" : "ListFieldLevelEncryptionConfigsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListFieldLevelEncryptionConfigsResponse" : { "c2jName" : "ListFieldLevelEncryptionConfigsResult", "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" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionList", "beanStyleSetterMethodName" : "setFieldLevelEncryptionList", "c2jName" : "FieldLevelEncryptionList", "c2jShape" : "FieldLevelEncryptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionList.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionList.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionList(FieldLevelEncryptionList)}.\n@param fieldLevelEncryptionList a consumer that will call methods on {@link FieldLevelEncryptionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionList(FieldLevelEncryptionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@deprecated Use {@link #fieldLevelEncryptionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionList(FieldLevelEncryptionList)}\n", "documentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionList", "getterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.", "getterModel" : { "returnType" : "FieldLevelEncryptionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.", "setterMethodName" : "setFieldLevelEncryptionList", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionList", "variableName" : "fieldLevelEncryptionList", "variableType" : "FieldLevelEncryptionList", "documentation" : null, "simpleType" : "FieldLevelEncryptionList", "variableSetterType" : "FieldLevelEncryptionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionList", "variableName" : "fieldLevelEncryptionList", "variableType" : "FieldLevelEncryptionList", "documentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          ", "simpleType" : "FieldLevelEncryptionList", "variableSetterType" : "FieldLevelEncryptionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldLevelEncryptionList" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionList", "beanStyleSetterMethodName" : "setFieldLevelEncryptionList", "c2jName" : "FieldLevelEncryptionList", "c2jShape" : "FieldLevelEncryptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionList.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionList.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionList(FieldLevelEncryptionList)}.\n@param fieldLevelEncryptionList a consumer that will call methods on {@link FieldLevelEncryptionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionList(FieldLevelEncryptionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@deprecated Use {@link #fieldLevelEncryptionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionList(FieldLevelEncryptionList)}\n", "documentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionList", "getterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.", "getterModel" : { "returnType" : "FieldLevelEncryptionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.", "setterMethodName" : "setFieldLevelEncryptionList", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionList", "variableName" : "fieldLevelEncryptionList", "variableType" : "FieldLevelEncryptionList", "documentation" : null, "simpleType" : "FieldLevelEncryptionList", "variableSetterType" : "FieldLevelEncryptionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionList", "variableName" : "fieldLevelEncryptionList", "variableType" : "FieldLevelEncryptionList", "documentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          ", "simpleType" : "FieldLevelEncryptionList", "variableSetterType" : "FieldLevelEncryptionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionList", "beanStyleSetterMethodName" : "setFieldLevelEncryptionList", "c2jName" : "FieldLevelEncryptionList", "c2jShape" : "FieldLevelEncryptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionList.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionList.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionList(FieldLevelEncryptionList)}.\n@param fieldLevelEncryptionList a consumer that will call methods on {@link FieldLevelEncryptionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionList(FieldLevelEncryptionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@deprecated Use {@link #fieldLevelEncryptionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionList(FieldLevelEncryptionList)}\n", "documentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionList", "getterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.", "getterModel" : { "returnType" : "FieldLevelEncryptionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionList Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.", "setterMethodName" : "setFieldLevelEncryptionList", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionList", "variableName" : "fieldLevelEncryptionList", "variableType" : "FieldLevelEncryptionList", "documentation" : null, "simpleType" : "FieldLevelEncryptionList", "variableSetterType" : "FieldLevelEncryptionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionList", "variableName" : "fieldLevelEncryptionList", "variableType" : "FieldLevelEncryptionList", "documentation" : "

                                                                                                                          Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.

                                                                                                                          ", "simpleType" : "FieldLevelEncryptionList", "variableSetterType" : "FieldLevelEncryptionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListFieldLevelEncryptionConfigsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListFieldLevelEncryptionConfigsResponse", "variableName" : "listFieldLevelEncryptionConfigsResponse", "variableType" : "ListFieldLevelEncryptionConfigsResponse", "documentation" : null, "simpleType" : "ListFieldLevelEncryptionConfigsResponse", "variableSetterType" : "ListFieldLevelEncryptionConfigsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListFieldLevelEncryptionProfilesRequest" : { "c2jName" : "ListFieldLevelEncryptionProfilesRequest", "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" : "ListFieldLevelEncryptionProfiles2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption-profile", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption profiles you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption profiles you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption profiles you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption profiles you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last profile on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption profiles you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@return The maximum number of field-level encryption profiles you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of field-level encryption profiles you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of field-level encryption profiles you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListFieldLevelEncryptionProfilesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListFieldLevelEncryptionProfilesRequest", "variableName" : "listFieldLevelEncryptionProfilesRequest", "variableType" : "ListFieldLevelEncryptionProfilesRequest", "documentation" : null, "simpleType" : "ListFieldLevelEncryptionProfilesRequest", "variableSetterType" : "ListFieldLevelEncryptionProfilesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListFieldLevelEncryptionProfilesResponse" : { "c2jName" : "ListFieldLevelEncryptionProfilesResult", "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" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileList", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileList", "c2jName" : "FieldLevelEncryptionProfileList", "c2jShape" : "FieldLevelEncryptionProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileList.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileList#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileList.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)}.\n@param fieldLevelEncryptionProfileList a consumer that will call methods on {@link FieldLevelEncryptionProfileList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@deprecated Use {@link #fieldLevelEncryptionProfileList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)}\n", "documentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileList", "getterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.", "setterMethodName" : "setFieldLevelEncryptionProfileList", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileList", "variableName" : "fieldLevelEncryptionProfileList", "variableType" : "FieldLevelEncryptionProfileList", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileList", "variableSetterType" : "FieldLevelEncryptionProfileList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileList", "variableName" : "fieldLevelEncryptionProfileList", "variableType" : "FieldLevelEncryptionProfileList", "documentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          ", "simpleType" : "FieldLevelEncryptionProfileList", "variableSetterType" : "FieldLevelEncryptionProfileList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldLevelEncryptionProfileList" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileList", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileList", "c2jName" : "FieldLevelEncryptionProfileList", "c2jShape" : "FieldLevelEncryptionProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileList.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileList#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileList.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)}.\n@param fieldLevelEncryptionProfileList a consumer that will call methods on {@link FieldLevelEncryptionProfileList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@deprecated Use {@link #fieldLevelEncryptionProfileList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)}\n", "documentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileList", "getterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.", "setterMethodName" : "setFieldLevelEncryptionProfileList", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileList", "variableName" : "fieldLevelEncryptionProfileList", "variableType" : "FieldLevelEncryptionProfileList", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileList", "variableSetterType" : "FieldLevelEncryptionProfileList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileList", "variableName" : "fieldLevelEncryptionProfileList", "variableType" : "FieldLevelEncryptionProfileList", "documentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          ", "simpleType" : "FieldLevelEncryptionProfileList", "variableSetterType" : "FieldLevelEncryptionProfileList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileList", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileList", "c2jName" : "FieldLevelEncryptionProfileList", "c2jShape" : "FieldLevelEncryptionProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileList.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileList#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileList.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)}.\n@param fieldLevelEncryptionProfileList a consumer that will call methods on {@link FieldLevelEncryptionProfileList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@deprecated Use {@link #fieldLevelEncryptionProfileList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList)}\n", "documentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileList", "getterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@return Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          \n@param fieldLevelEncryptionProfileList Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.", "setterMethodName" : "setFieldLevelEncryptionProfileList", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileList", "variableName" : "fieldLevelEncryptionProfileList", "variableType" : "FieldLevelEncryptionProfileList", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileList", "variableSetterType" : "FieldLevelEncryptionProfileList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileList", "variableName" : "fieldLevelEncryptionProfileList", "variableType" : "FieldLevelEncryptionProfileList", "documentation" : "

                                                                                                                          Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.

                                                                                                                          ", "simpleType" : "FieldLevelEncryptionProfileList", "variableSetterType" : "FieldLevelEncryptionProfileList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListFieldLevelEncryptionProfilesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListFieldLevelEncryptionProfilesResponse", "variableName" : "listFieldLevelEncryptionProfilesResponse", "variableType" : "ListFieldLevelEncryptionProfilesResponse", "documentation" : null, "simpleType" : "ListFieldLevelEncryptionProfilesResponse", "variableSetterType" : "ListFieldLevelEncryptionProfilesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListInvalidationsRequest" : { "c2jName" : "ListInvalidationsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The request to list invalidations.

                                                                                                                          ", "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" : "ListInvalidations2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution/{DistributionId}/invalidation", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@return The distribution's ID.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@return The distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@return The maximum number of invalidation batches that you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@return The maximum number of invalidation batches that you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DistributionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@return The distribution's ID.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@return The distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@return The maximum number of invalidation batches that you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@return The maximum number of invalidation batches that you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionId", "beanStyleSetterMethodName" : "setDistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionId(String)}.\n@param distributionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@return The distribution's ID.\n@deprecated Use {@link #distributionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionId(String)}\n", "documentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionId", "fluentSetterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionId", "getterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@return The distribution's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "DistributionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DistributionId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          \n@param distributionId The distribution's ID.", "setterMethodName" : "setDistributionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distributionId", "variableType" : "String", "documentation" : "

                                                                                                                          The distribution's ID.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          \n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@return The maximum number of invalidation batches that you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@return The maximum number of invalidation batches that you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of invalidation batches that you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of invalidation batches that you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DistributionId" ], "shapeName" : "ListInvalidationsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListInvalidationsRequest", "variableName" : "listInvalidationsRequest", "variableType" : "ListInvalidationsRequest", "documentation" : null, "simpleType" : "ListInvalidationsRequest", "variableSetterType" : "ListInvalidationsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListInvalidationsResponse" : { "c2jName" : "ListInvalidationsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The returned result of the corresponding request.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationList", "beanStyleSetterMethodName" : "setInvalidationList", "c2jName" : "InvalidationList", "c2jShape" : "InvalidationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link InvalidationList.Builder} avoiding the need to create one manually via {@link InvalidationList#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationList.Builder#build()} is called immediately and its result is passed to {@link #invalidationList(InvalidationList)}.\n@param invalidationList a consumer that will call methods on {@link InvalidationList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationList(InvalidationList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@return Information about invalidation batches.\n@deprecated Use {@link #invalidationList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationList(InvalidationList)}\n", "documentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationList", "fluentSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationList", "getterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@return Information about invalidation batches.", "getterModel" : { "returnType" : "InvalidationList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.", "setterMethodName" : "setInvalidationList", "setterModel" : { "variableDeclarationType" : "InvalidationList", "variableName" : "invalidationList", "variableType" : "InvalidationList", "documentation" : null, "simpleType" : "InvalidationList", "variableSetterType" : "InvalidationList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationList", "variableName" : "invalidationList", "variableType" : "InvalidationList", "documentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          ", "simpleType" : "InvalidationList", "variableSetterType" : "InvalidationList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InvalidationList" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationList", "beanStyleSetterMethodName" : "setInvalidationList", "c2jName" : "InvalidationList", "c2jShape" : "InvalidationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link InvalidationList.Builder} avoiding the need to create one manually via {@link InvalidationList#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationList.Builder#build()} is called immediately and its result is passed to {@link #invalidationList(InvalidationList)}.\n@param invalidationList a consumer that will call methods on {@link InvalidationList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationList(InvalidationList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@return Information about invalidation batches.\n@deprecated Use {@link #invalidationList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationList(InvalidationList)}\n", "documentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationList", "fluentSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationList", "getterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@return Information about invalidation batches.", "getterModel" : { "returnType" : "InvalidationList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.", "setterMethodName" : "setInvalidationList", "setterModel" : { "variableDeclarationType" : "InvalidationList", "variableName" : "invalidationList", "variableType" : "InvalidationList", "documentation" : null, "simpleType" : "InvalidationList", "variableSetterType" : "InvalidationList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationList", "variableName" : "invalidationList", "variableType" : "InvalidationList", "documentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          ", "simpleType" : "InvalidationList", "variableSetterType" : "InvalidationList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInvalidationList", "beanStyleSetterMethodName" : "setInvalidationList", "c2jName" : "InvalidationList", "c2jShape" : "InvalidationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link InvalidationList.Builder} avoiding the need to create one manually via {@link InvalidationList#builder()}.\n\nWhen the {@link Consumer} completes, {@link InvalidationList.Builder#build()} is called immediately and its result is passed to {@link #invalidationList(InvalidationList)}.\n@param invalidationList a consumer that will call methods on {@link InvalidationList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invalidationList(InvalidationList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@return Information about invalidation batches.\n@deprecated Use {@link #invalidationList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #invalidationList(InvalidationList)}\n", "documentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InvalidationList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInvalidationList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invalidationList", "fluentSetterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invalidationList", "getterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@return Information about invalidation batches.", "getterModel" : { "returnType" : "InvalidationList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvalidationList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvalidationList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InvalidationList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          \n@param invalidationList Information about invalidation batches.", "setterMethodName" : "setInvalidationList", "setterModel" : { "variableDeclarationType" : "InvalidationList", "variableName" : "invalidationList", "variableType" : "InvalidationList", "documentation" : null, "simpleType" : "InvalidationList", "variableSetterType" : "InvalidationList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InvalidationList", "variableName" : "invalidationList", "variableType" : "InvalidationList", "documentation" : "

                                                                                                                          Information about invalidation batches.

                                                                                                                          ", "simpleType" : "InvalidationList", "variableSetterType" : "InvalidationList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListInvalidationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListInvalidationsResponse", "variableName" : "listInvalidationsResponse", "variableType" : "ListInvalidationsResponse", "documentation" : null, "simpleType" : "ListInvalidationsResponse", "variableSetterType" : "ListInvalidationsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListPublicKeysRequest" : { "c2jName" : "ListPublicKeysRequest", "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" : "ListPublicKeys2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/public-key", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@return The maximum number of public keys you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@return The maximum number of public keys you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@return The maximum number of public keys you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@return The maximum number of public keys you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@return Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          \n@param marker Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@return The maximum number of public keys you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@return The maximum number of public keys you want in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          \n@param maxItems The maximum number of public keys you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum number of public keys you want in the response body.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPublicKeysRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPublicKeysRequest", "variableName" : "listPublicKeysRequest", "variableType" : "ListPublicKeysRequest", "documentation" : null, "simpleType" : "ListPublicKeysRequest", "variableSetterType" : "ListPublicKeysRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListPublicKeysResponse" : { "c2jName" : "ListPublicKeysResult", "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" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyList", "beanStyleSetterMethodName" : "setPublicKeyList", "c2jName" : "PublicKeyList", "c2jShape" : "PublicKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link PublicKeyList.Builder} avoiding the need to create one manually via {@link PublicKeyList#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyList.Builder#build()} is called immediately and its result is passed to {@link #publicKeyList(PublicKeyList)}.\n@param publicKeyList a consumer that will call methods on {@link PublicKeyList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyList(PublicKeyList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@return Returns a list of all public keys that have been added to CloudFront for this account.\n@deprecated Use {@link #publicKeyList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyList(PublicKeyList)}\n", "documentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyList", "getterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@return Returns a list of all public keys that have been added to CloudFront for this account.", "getterModel" : { "returnType" : "PublicKeyList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.", "setterMethodName" : "setPublicKeyList", "setterModel" : { "variableDeclarationType" : "PublicKeyList", "variableName" : "publicKeyList", "variableType" : "PublicKeyList", "documentation" : null, "simpleType" : "PublicKeyList", "variableSetterType" : "PublicKeyList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyList", "variableName" : "publicKeyList", "variableType" : "PublicKeyList", "documentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          ", "simpleType" : "PublicKeyList", "variableSetterType" : "PublicKeyList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PublicKeyList" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyList", "beanStyleSetterMethodName" : "setPublicKeyList", "c2jName" : "PublicKeyList", "c2jShape" : "PublicKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link PublicKeyList.Builder} avoiding the need to create one manually via {@link PublicKeyList#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyList.Builder#build()} is called immediately and its result is passed to {@link #publicKeyList(PublicKeyList)}.\n@param publicKeyList a consumer that will call methods on {@link PublicKeyList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyList(PublicKeyList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@return Returns a list of all public keys that have been added to CloudFront for this account.\n@deprecated Use {@link #publicKeyList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyList(PublicKeyList)}\n", "documentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyList", "getterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@return Returns a list of all public keys that have been added to CloudFront for this account.", "getterModel" : { "returnType" : "PublicKeyList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.", "setterMethodName" : "setPublicKeyList", "setterModel" : { "variableDeclarationType" : "PublicKeyList", "variableName" : "publicKeyList", "variableType" : "PublicKeyList", "documentation" : null, "simpleType" : "PublicKeyList", "variableSetterType" : "PublicKeyList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyList", "variableName" : "publicKeyList", "variableType" : "PublicKeyList", "documentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          ", "simpleType" : "PublicKeyList", "variableSetterType" : "PublicKeyList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyList", "beanStyleSetterMethodName" : "setPublicKeyList", "c2jName" : "PublicKeyList", "c2jShape" : "PublicKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link PublicKeyList.Builder} avoiding the need to create one manually via {@link PublicKeyList#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyList.Builder#build()} is called immediately and its result is passed to {@link #publicKeyList(PublicKeyList)}.\n@param publicKeyList a consumer that will call methods on {@link PublicKeyList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyList(PublicKeyList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@return Returns a list of all public keys that have been added to CloudFront for this account.\n@deprecated Use {@link #publicKeyList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyList(PublicKeyList)}\n", "documentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyList", "fluentSetterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyList", "getterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@return Returns a list of all public keys that have been added to CloudFront for this account.", "getterModel" : { "returnType" : "PublicKeyList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          \n@param publicKeyList Returns a list of all public keys that have been added to CloudFront for this account.", "setterMethodName" : "setPublicKeyList", "setterModel" : { "variableDeclarationType" : "PublicKeyList", "variableName" : "publicKeyList", "variableType" : "PublicKeyList", "documentation" : null, "simpleType" : "PublicKeyList", "variableSetterType" : "PublicKeyList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyList", "variableName" : "publicKeyList", "variableType" : "PublicKeyList", "documentation" : "

                                                                                                                          Returns a list of all public keys that have been added to CloudFront for this account.

                                                                                                                          ", "simpleType" : "PublicKeyList", "variableSetterType" : "PublicKeyList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPublicKeysResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPublicKeysResponse", "variableName" : "listPublicKeysResponse", "variableType" : "ListPublicKeysResponse", "documentation" : null, "simpleType" : "ListPublicKeysResponse", "variableSetterType" : "ListPublicKeysResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListStreamingDistributionsRequest" : { "c2jName" : "ListStreamingDistributionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The request to list your streaming distributions.

                                                                                                                          ", "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" : "ListStreamingDistributions2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/streaming-distribution", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@return The value that you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@return The value that you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@return The value that you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@return The value that you provided for the MaxItems request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@return The value that you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@return The value that you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@return The value that you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@return The value that you provided for the MaxItems request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@return The value that you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@return The value that you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Marker", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          \n@param marker The value that you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                          The value that you provided for the Marker request parameter.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #maxItems(String)}.\n@param maxItems a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@return The value that you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(String)}\n", "documentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@return The value that you provided for the MaxItems request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "MaxItems", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          \n@param maxItems The value that you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                          The value that you provided for the MaxItems request parameter.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStreamingDistributionsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListStreamingDistributionsRequest", "variableName" : "listStreamingDistributionsRequest", "variableType" : "ListStreamingDistributionsRequest", "documentation" : null, "simpleType" : "ListStreamingDistributionsRequest", "variableSetterType" : "ListStreamingDistributionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListStreamingDistributionsResponse" : { "c2jName" : "ListStreamingDistributionsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The returned result of the corresponding request.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionList", "beanStyleSetterMethodName" : "setStreamingDistributionList", "c2jName" : "StreamingDistributionList", "c2jShape" : "StreamingDistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link StreamingDistributionList.Builder} avoiding the need to create one manually via {@link StreamingDistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionList.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionList(StreamingDistributionList)}.\n@param streamingDistributionList a consumer that will call methods on {@link StreamingDistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionList(StreamingDistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@return The StreamingDistributionList type.\n@deprecated Use {@link #streamingDistributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionList(StreamingDistributionList)}\n", "documentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionList", "fluentSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionList", "getterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@return The StreamingDistributionList type.", "getterModel" : { "returnType" : "StreamingDistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.", "setterMethodName" : "setStreamingDistributionList", "setterModel" : { "variableDeclarationType" : "StreamingDistributionList", "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "documentation" : null, "simpleType" : "StreamingDistributionList", "variableSetterType" : "StreamingDistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionList", "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "documentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          ", "simpleType" : "StreamingDistributionList", "variableSetterType" : "StreamingDistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamingDistributionList" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionList", "beanStyleSetterMethodName" : "setStreamingDistributionList", "c2jName" : "StreamingDistributionList", "c2jShape" : "StreamingDistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link StreamingDistributionList.Builder} avoiding the need to create one manually via {@link StreamingDistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionList.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionList(StreamingDistributionList)}.\n@param streamingDistributionList a consumer that will call methods on {@link StreamingDistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionList(StreamingDistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@return The StreamingDistributionList type.\n@deprecated Use {@link #streamingDistributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionList(StreamingDistributionList)}\n", "documentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionList", "fluentSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionList", "getterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@return The StreamingDistributionList type.", "getterModel" : { "returnType" : "StreamingDistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.", "setterMethodName" : "setStreamingDistributionList", "setterModel" : { "variableDeclarationType" : "StreamingDistributionList", "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "documentation" : null, "simpleType" : "StreamingDistributionList", "variableSetterType" : "StreamingDistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionList", "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "documentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          ", "simpleType" : "StreamingDistributionList", "variableSetterType" : "StreamingDistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionList", "beanStyleSetterMethodName" : "setStreamingDistributionList", "c2jName" : "StreamingDistributionList", "c2jShape" : "StreamingDistributionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link StreamingDistributionList.Builder} avoiding the need to create one manually via {@link StreamingDistributionList#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionList.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionList(StreamingDistributionList)}.\n@param streamingDistributionList a consumer that will call methods on {@link StreamingDistributionList.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionList(StreamingDistributionList)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@return The StreamingDistributionList type.\n@deprecated Use {@link #streamingDistributionList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionList(StreamingDistributionList)}\n", "documentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionList", "fluentSetterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionList", "getterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@return The StreamingDistributionList type.", "getterModel" : { "returnType" : "StreamingDistributionList", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          \n@param streamingDistributionList The StreamingDistributionList type.", "setterMethodName" : "setStreamingDistributionList", "setterModel" : { "variableDeclarationType" : "StreamingDistributionList", "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "documentation" : null, "simpleType" : "StreamingDistributionList", "variableSetterType" : "StreamingDistributionList" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionList", "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "documentation" : "

                                                                                                                          The StreamingDistributionList type.

                                                                                                                          ", "simpleType" : "StreamingDistributionList", "variableSetterType" : "StreamingDistributionList" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStreamingDistributionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListStreamingDistributionsResponse", "variableName" : "listStreamingDistributionsResponse", "variableType" : "ListStreamingDistributionsResponse", "documentation" : null, "simpleType" : "ListStreamingDistributionsResponse", "variableSetterType" : "ListStreamingDistributionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The request to list tags for a CloudFront resource.

                                                                                                                          ", "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" : "ListTagsForResource2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/tagging", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Resource" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                          An ARN of a CloudFront resource.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Resource" ], "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" : "ListTagsForResourceResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The returned result of the corresponding request.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                          A complex type that contains zero or more Tag elements.

                                                                                                                          ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Tags" ], "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 }, "LoggingConfig" : { "c2jName" : "LoggingConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          A complex type that controls whether access logs are written for the distribution.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCookies", "beanStyleSetterMethodName" : "setIncludeCookies", "c2jName" : "IncludeCookies", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \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 #includeCookies(Boolean)}.\n@param includeCookies 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 #includeCookies(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@return Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@deprecated Use {@link #includeCookies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCookies(Boolean)}\n", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeCookies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeCookies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCookies", "fluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCookies", "getterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@return Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "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" : "IncludeCookies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeCookies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCookies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "setterMethodName" : "setIncludeCookies", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCookies", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCookies", "variableType" : "Boolean", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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 #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "Prefix", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #prefix(String)}.\n@param prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@return An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@return An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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 #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeCookies" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCookies", "beanStyleSetterMethodName" : "setIncludeCookies", "c2jName" : "IncludeCookies", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \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 #includeCookies(Boolean)}.\n@param includeCookies 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 #includeCookies(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@return Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@deprecated Use {@link #includeCookies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCookies(Boolean)}\n", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeCookies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeCookies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCookies", "fluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCookies", "getterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@return Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "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" : "IncludeCookies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeCookies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCookies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "setterMethodName" : "setIncludeCookies", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCookies", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCookies", "variableType" : "Boolean", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Prefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "Prefix", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #prefix(String)}.\n@param prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@return An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@return An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, the values are automatically deleted.

                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCookies", "beanStyleSetterMethodName" : "setIncludeCookies", "c2jName" : "IncludeCookies", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \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 #includeCookies(Boolean)}.\n@param includeCookies 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 #includeCookies(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@return Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@deprecated Use {@link #includeCookies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCookies(Boolean)}\n", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeCookies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeCookies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCookies", "fluentSetterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCookies", "getterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@return Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "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" : "IncludeCookies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeCookies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCookies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          \n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "setterMethodName" : "setIncludeCookies", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCookies", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCookies", "variableType" : "Boolean", "documentation" : "

                                                                                                                          Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.

                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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 #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "Prefix", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #prefix(String)}.\n@param prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@return An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@return An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

                                                                                                                          An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Enabled", "IncludeCookies", "Bucket", "Prefix" ], "shapeName" : "LoggingConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoggingConfig", "variableName" : "loggingConfig", "variableType" : "LoggingConfig", "documentation" : null, "simpleType" : "LoggingConfig", "variableSetterType" : "LoggingConfig" }, "wrapper" : false, "xmlNamespace" : null }, "Method" : { "c2jName" : "Method", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "GET", "value" : "GET" }, { "name" : "HEAD", "value" : "HEAD" }, { "name" : "POST", "value" : "POST" }, { "name" : "PUT", "value" : "PUT" }, { "name" : "PATCH", "value" : "PATCH" }, { "name" : "OPTIONS", "value" : "OPTIONS" }, { "name" : "DELETE", "value" : "DELETE" } ], "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" : "Method", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Method", "variableName" : "method", "variableType" : "Method", "documentation" : null, "simpleType" : "Method", "variableSetterType" : "Method" }, "wrapper" : false, "xmlNamespace" : null }, "MinimumProtocolVersion" : { "c2jName" : "MinimumProtocolVersion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SSL_V3", "value" : "SSLv3" }, { "name" : "TLS_V1", "value" : "TLSv1" }, { "name" : "TLS_V1_2016", "value" : "TLSv1_2016" }, { "name" : "TLS_V1_1_2016", "value" : "TLSv1.1_2016" }, { "name" : "TLS_V1_2_2018", "value" : "TLSv1.2_2018" } ], "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" : "MinimumProtocolVersion", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MinimumProtocolVersion", "variableName" : "minimumProtocolVersion", "variableType" : "MinimumProtocolVersion", "documentation" : null, "simpleType" : "MinimumProtocolVersion", "variableSetterType" : "MinimumProtocolVersion" }, "wrapper" : false, "xmlNamespace" : null }, "MissingBodyException" : { "c2jName" : "MissingBody", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          This operation requires a body. Ensure that the body is present and the Content-Type header is set.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "MissingBody", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MissingBodyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MissingBodyException", "variableName" : "missingBodyException", "variableType" : "MissingBodyException", "documentation" : null, "simpleType" : "MissingBodyException", "variableSetterType" : "MissingBodyException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchCloudFrontOriginAccessIdentityException" : { "c2jName" : "NoSuchCloudFrontOriginAccessIdentity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The specified origin access identity does not exist.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchCloudFrontOriginAccessIdentity", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchCloudFrontOriginAccessIdentityException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchCloudFrontOriginAccessIdentityException", "variableName" : "noSuchCloudFrontOriginAccessIdentityException", "variableType" : "NoSuchCloudFrontOriginAccessIdentityException", "documentation" : null, "simpleType" : "NoSuchCloudFrontOriginAccessIdentityException", "variableSetterType" : "NoSuchCloudFrontOriginAccessIdentityException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchDistributionException" : { "c2jName" : "NoSuchDistribution", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The specified distribution does not exist.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchDistribution", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchDistributionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchDistributionException", "variableName" : "noSuchDistributionException", "variableType" : "NoSuchDistributionException", "documentation" : null, "simpleType" : "NoSuchDistributionException", "variableSetterType" : "NoSuchDistributionException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchFieldLevelEncryptionConfigException" : { "c2jName" : "NoSuchFieldLevelEncryptionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The specified configuration for field-level encryption doesn't exist.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchFieldLevelEncryptionConfig", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchFieldLevelEncryptionConfigException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchFieldLevelEncryptionConfigException", "variableName" : "noSuchFieldLevelEncryptionConfigException", "variableType" : "NoSuchFieldLevelEncryptionConfigException", "documentation" : null, "simpleType" : "NoSuchFieldLevelEncryptionConfigException", "variableSetterType" : "NoSuchFieldLevelEncryptionConfigException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchFieldLevelEncryptionProfileException" : { "c2jName" : "NoSuchFieldLevelEncryptionProfile", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The specified profile for field-level encryption doesn't exist.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchFieldLevelEncryptionProfile", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchFieldLevelEncryptionProfileException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchFieldLevelEncryptionProfileException", "variableName" : "noSuchFieldLevelEncryptionProfileException", "variableType" : "NoSuchFieldLevelEncryptionProfileException", "documentation" : null, "simpleType" : "NoSuchFieldLevelEncryptionProfileException", "variableSetterType" : "NoSuchFieldLevelEncryptionProfileException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchInvalidationException" : { "c2jName" : "NoSuchInvalidation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The specified invalidation does not exist.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchInvalidation", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchInvalidationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchInvalidationException", "variableName" : "noSuchInvalidationException", "variableType" : "NoSuchInvalidationException", "documentation" : null, "simpleType" : "NoSuchInvalidationException", "variableSetterType" : "NoSuchInvalidationException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchOriginException" : { "c2jName" : "NoSuchOrigin", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          No origin exists with the specified Origin Id.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchOrigin", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchOriginException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchOriginException", "variableName" : "noSuchOriginException", "variableType" : "NoSuchOriginException", "documentation" : null, "simpleType" : "NoSuchOriginException", "variableSetterType" : "NoSuchOriginException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchPublicKeyException" : { "c2jName" : "NoSuchPublicKey", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The specified public key doesn't exist.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchPublicKey", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchPublicKeyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchPublicKeyException", "variableName" : "noSuchPublicKeyException", "variableType" : "NoSuchPublicKeyException", "documentation" : null, "simpleType" : "NoSuchPublicKeyException", "variableSetterType" : "NoSuchPublicKeyException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchResourceException" : { "c2jName" : "NoSuchResource", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          A resource that was specified is not valid.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchResource", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchResourceException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchResourceException", "variableName" : "noSuchResourceException", "variableType" : "NoSuchResourceException", "documentation" : null, "simpleType" : "NoSuchResourceException", "variableSetterType" : "NoSuchResourceException" }, "wrapper" : false, "xmlNamespace" : null }, "NoSuchStreamingDistributionException" : { "c2jName" : "NoSuchStreamingDistribution", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The specified streaming distribution does not exist.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoSuchStreamingDistribution", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchStreamingDistributionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchStreamingDistributionException", "variableName" : "noSuchStreamingDistributionException", "variableType" : "NoSuchStreamingDistributionException", "documentation" : null, "simpleType" : "NoSuchStreamingDistributionException", "variableSetterType" : "NoSuchStreamingDistributionException" }, "wrapper" : false, "xmlNamespace" : null }, "Origin" : { "c2jName" : "Origin", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          A complex type that describes the Amazon S3 bucket, HTTP server (for example, a web server), Amazon MediaStore, or other server from which CloudFront gets your files. This can also be an origin group, if you've created an origin group. You must specify at least one origin or origin group.

                                                                                                                          For the current limit on the number of origins or origin groups that you can specify for a distribution, see Amazon CloudFront Limits in the AWS General Reference.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@return A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                          A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                          A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                          A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@return A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer 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" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                          \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                          A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                          When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                          For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                          Constraints for Amazon S3 origins:

                                                                                                                          • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                          • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                          • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                          • The bucket name must not contain adjacent periods.

                                                                                                                          Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                          Constraints for custom origins:

                                                                                                                          • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                          • The name cannot exceed 128 characters.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                          For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                          Constraints for Amazon S3 origins:

                                                                                                                          • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                          • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                          • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                          • The bucket name must not contain adjacent periods.

                                                                                                                          Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                          Constraints for custom origins:

                                                                                                                          • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                          • The name cannot exceed 128 characters.

                                                                                                                          \n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                          For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                          Constraints for Amazon S3 origins:

                                                                                                                          • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                          • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                          • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                          • The bucket name must not contain adjacent periods.

                                                                                                                          Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                          Constraints for custom origins:

                                                                                                                          • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                          • The name cannot exceed 128 characters.

                                                                                                                          • \n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                            Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                            For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                            Constraints for Amazon S3 origins:

                                                                                                                            • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                            • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                            • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                            • The bucket name must not contain adjacent periods.

                                                                                                                            Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                            Constraints for custom origins:

                                                                                                                            • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                            • The name cannot exceed 128 characters.

                                                                                                                            \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                            For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                            Constraints for Amazon S3 origins:

                                                                                                                            • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                            • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                            • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                            • The bucket name must not contain adjacent periods.

                                                                                                                            Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                            Constraints for custom origins:

                                                                                                                            • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                            • The name cannot exceed 128 characters.

                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                              Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                              For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                              Constraints for Amazon S3 origins:

                                                                                                                              • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                              • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                              • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                              • The bucket name must not contain adjacent periods.

                                                                                                                              Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                              Constraints for custom origins:

                                                                                                                              • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                              • The name cannot exceed 128 characters.

                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                              Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                              For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                              Constraints for Amazon S3 origins:

                                                                                                                              • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                              • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                              • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                              • The bucket name must not contain adjacent periods.

                                                                                                                              Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                              Constraints for custom origins:

                                                                                                                              • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                              • The name cannot exceed 128 characters.

                                                                                                                              \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                              For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                              Constraints for Amazon S3 origins:

                                                                                                                              • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                              • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                              • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                              • The bucket name must not contain adjacent periods.

                                                                                                                              Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                              Constraints for custom origins:

                                                                                                                              • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                              • The name cannot exceed 128 characters.

                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                Constraints for Amazon S3 origins:

                                                                                                                                • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                • The bucket name must not contain adjacent periods.

                                                                                                                                Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                Constraints for custom origins:

                                                                                                                                • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                • The name cannot exceed 128 characters.

                                                                                                                                \n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                Constraints for Amazon S3 origins:

                                                                                                                                • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                • The bucket name must not contain adjacent periods.

                                                                                                                                Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                Constraints for custom origins:

                                                                                                                                • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                • The name cannot exceed 128 characters.

                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                  Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                  For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                  Constraints for Amazon S3 origins:

                                                                                                                                  • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                  • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                  • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                  • The bucket name must not contain adjacent periods.

                                                                                                                                  Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                  Constraints for custom origins:

                                                                                                                                  • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                  • The name cannot exceed 128 characters.

                                                                                                                                  \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                  For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                  Constraints for Amazon S3 origins:

                                                                                                                                  • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                  • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                  • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                  • The bucket name must not contain adjacent periods.

                                                                                                                                  Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                  Constraints for custom origins:

                                                                                                                                  • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                  • The name cannot exceed 128 characters.

                                                                                                                                  • ", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                    Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                    For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                    Constraints for Amazon S3 origins:

                                                                                                                                    • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                    • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                    • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                    • The bucket name must not contain adjacent periods.

                                                                                                                                    Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                    Constraints for custom origins:

                                                                                                                                    • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                    • The name cannot exceed 128 characters.

                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginPath", "beanStyleSetterMethodName" : "setOriginPath", "c2jName" : "OriginPath", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originPath(String)}.\n@param originPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                    \n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@deprecated Use {@link #originPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                    \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originPath(String)}\n", "documentation" : "

                                                                                                                                    An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originPath", "fluentSetterDocumentation" : "

                                                                                                                                    An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                    \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originPath", "getterDocumentation" : "

                                                                                                                                    An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                    \n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                    \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.", "setterMethodName" : "setOriginPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originPath", "variableType" : "String", "documentation" : "

                                                                                                                                    An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                    For example, suppose you've specified the following values for your distribution:

                                                                                                                                    • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                    • OriginPath: /production

                                                                                                                                    • CNAME: example.com

                                                                                                                                    When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                    When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomHeaders", "beanStyleSetterMethodName" : "setCustomHeaders", "c2jName" : "CustomHeaders", "c2jShape" : "CustomHeaders", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link CustomHeaders.Builder} avoiding the need to create one manually via {@link CustomHeaders#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomHeaders.Builder#build()} is called immediately and its result is passed to {@link #customHeaders(CustomHeaders)}.\n@param customHeaders a consumer that will call methods on {@link CustomHeaders.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customHeaders(CustomHeaders)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@return A complex type that contains names and values for the custom headers that you want.\n@deprecated Use {@link #customHeaders()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@param customHeaders A complex type that contains names and values for the custom headers that you want.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customHeaders(CustomHeaders)}\n", "documentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomHeaders property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomHeaders", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customHeaders", "fluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@param customHeaders A complex type that contains names and values for the custom headers that you want.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customHeaders", "getterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@return A complex type that contains names and values for the custom headers that you want.", "getterModel" : { "returnType" : "CustomHeaders", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomHeaders", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomHeaders", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomHeaders", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@param customHeaders A complex type that contains names and values for the custom headers that you want.", "setterMethodName" : "setCustomHeaders", "setterModel" : { "variableDeclarationType" : "CustomHeaders", "variableName" : "customHeaders", "variableType" : "CustomHeaders", "documentation" : null, "simpleType" : "CustomHeaders", "variableSetterType" : "CustomHeaders" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomHeaders", "variableName" : "customHeaders", "variableType" : "CustomHeaders", "documentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    ", "simpleType" : "CustomHeaders", "variableSetterType" : "CustomHeaders" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3OriginConfig", "beanStyleSetterMethodName" : "setS3OriginConfig", "c2jName" : "S3OriginConfig", "c2jShape" : "S3OriginConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link S3OriginConfig.Builder} avoiding the need to create one manually via {@link S3OriginConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3OriginConfig.Builder#build()} is called immediately and its result is passed to {@link #s3OriginConfig(S3OriginConfig)}.\n@param s3OriginConfig a consumer that will call methods on {@link S3OriginConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3OriginConfig(S3OriginConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                    \n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@deprecated Use {@link #s3OriginConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                    \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3OriginConfig(S3OriginConfig)}\n", "documentation" : "

                                                                                                                                    A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3OriginConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3OriginConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3OriginConfig", "fluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                    \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3OriginConfig", "getterDocumentation" : "

                                                                                                                                    A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                    \n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.", "getterModel" : { "returnType" : "S3OriginConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3OriginConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3OriginConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3OriginConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                    \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.", "setterMethodName" : "setS3OriginConfig", "setterModel" : { "variableDeclarationType" : "S3OriginConfig", "variableName" : "s3OriginConfig", "variableType" : "S3OriginConfig", "documentation" : null, "simpleType" : "S3OriginConfig", "variableSetterType" : "S3OriginConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3OriginConfig", "variableName" : "s3OriginConfig", "variableType" : "S3OriginConfig", "documentation" : "

                                                                                                                                    A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                    ", "simpleType" : "S3OriginConfig", "variableSetterType" : "S3OriginConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomOriginConfig", "beanStyleSetterMethodName" : "setCustomOriginConfig", "c2jName" : "CustomOriginConfig", "c2jShape" : "CustomOriginConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link CustomOriginConfig.Builder} avoiding the need to create one manually via {@link CustomOriginConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomOriginConfig.Builder#build()} is called immediately and its result is passed to {@link #customOriginConfig(CustomOriginConfig)}.\n@param customOriginConfig a consumer that will call methods on {@link CustomOriginConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customOriginConfig(CustomOriginConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@deprecated Use {@link #customOriginConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customOriginConfig(CustomOriginConfig)}\n", "documentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomOriginConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomOriginConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customOriginConfig", "fluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customOriginConfig", "getterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.", "getterModel" : { "returnType" : "CustomOriginConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomOriginConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomOriginConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomOriginConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.", "setterMethodName" : "setCustomOriginConfig", "setterModel" : { "variableDeclarationType" : "CustomOriginConfig", "variableName" : "customOriginConfig", "variableType" : "CustomOriginConfig", "documentation" : null, "simpleType" : "CustomOriginConfig", "variableSetterType" : "CustomOriginConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomOriginConfig", "variableName" : "customOriginConfig", "variableType" : "CustomOriginConfig", "documentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    ", "simpleType" : "CustomOriginConfig", "variableSetterType" : "CustomOriginConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomHeaders" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomHeaders", "beanStyleSetterMethodName" : "setCustomHeaders", "c2jName" : "CustomHeaders", "c2jShape" : "CustomHeaders", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link CustomHeaders.Builder} avoiding the need to create one manually via {@link CustomHeaders#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomHeaders.Builder#build()} is called immediately and its result is passed to {@link #customHeaders(CustomHeaders)}.\n@param customHeaders a consumer that will call methods on {@link CustomHeaders.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customHeaders(CustomHeaders)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@return A complex type that contains names and values for the custom headers that you want.\n@deprecated Use {@link #customHeaders()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@param customHeaders A complex type that contains names and values for the custom headers that you want.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customHeaders(CustomHeaders)}\n", "documentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomHeaders property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomHeaders", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customHeaders", "fluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@param customHeaders A complex type that contains names and values for the custom headers that you want.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customHeaders", "getterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@return A complex type that contains names and values for the custom headers that you want.", "getterModel" : { "returnType" : "CustomHeaders", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomHeaders", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomHeaders", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomHeaders", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    \n@param customHeaders A complex type that contains names and values for the custom headers that you want.", "setterMethodName" : "setCustomHeaders", "setterModel" : { "variableDeclarationType" : "CustomHeaders", "variableName" : "customHeaders", "variableType" : "CustomHeaders", "documentation" : null, "simpleType" : "CustomHeaders", "variableSetterType" : "CustomHeaders" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomHeaders", "variableName" : "customHeaders", "variableType" : "CustomHeaders", "documentation" : "

                                                                                                                                    A complex type that contains names and values for the custom headers that you want.

                                                                                                                                    ", "simpleType" : "CustomHeaders", "variableSetterType" : "CustomHeaders" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomOriginConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomOriginConfig", "beanStyleSetterMethodName" : "setCustomOriginConfig", "c2jName" : "CustomOriginConfig", "c2jShape" : "CustomOriginConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link CustomOriginConfig.Builder} avoiding the need to create one manually via {@link CustomOriginConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomOriginConfig.Builder#build()} is called immediately and its result is passed to {@link #customOriginConfig(CustomOriginConfig)}.\n@param customOriginConfig a consumer that will call methods on {@link CustomOriginConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customOriginConfig(CustomOriginConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@deprecated Use {@link #customOriginConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customOriginConfig(CustomOriginConfig)}\n", "documentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomOriginConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomOriginConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customOriginConfig", "fluentSetterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customOriginConfig", "getterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.", "getterModel" : { "returnType" : "CustomOriginConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomOriginConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomOriginConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomOriginConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.", "setterMethodName" : "setCustomOriginConfig", "setterModel" : { "variableDeclarationType" : "CustomOriginConfig", "variableName" : "customOriginConfig", "variableType" : "CustomOriginConfig", "documentation" : null, "simpleType" : "CustomOriginConfig", "variableSetterType" : "CustomOriginConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomOriginConfig", "variableName" : "customOriginConfig", "variableType" : "CustomOriginConfig", "documentation" : "

                                                                                                                                    A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                    ", "simpleType" : "CustomOriginConfig", "variableSetterType" : "CustomOriginConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                    For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                    Constraints for Amazon S3 origins:

                                                                                                                                    • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                    • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                    • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                    • The bucket name must not contain adjacent periods.

                                                                                                                                    Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                    Constraints for custom origins:

                                                                                                                                    • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                    • The name cannot exceed 128 characters.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                    For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                    Constraints for Amazon S3 origins:

                                                                                                                                    • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                    • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                    • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                    • The bucket name must not contain adjacent periods.

                                                                                                                                    Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                    Constraints for custom origins:

                                                                                                                                    • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                    • The name cannot exceed 128 characters.

                                                                                                                                    \n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                    For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                    Constraints for Amazon S3 origins:

                                                                                                                                    • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                    • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                    • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                    • The bucket name must not contain adjacent periods.

                                                                                                                                    Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                    Constraints for custom origins:

                                                                                                                                    • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                    • The name cannot exceed 128 characters.

                                                                                                                                    • \n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                      Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                      For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                      Constraints for Amazon S3 origins:

                                                                                                                                      • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                      • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                      • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                      • The bucket name must not contain adjacent periods.

                                                                                                                                      Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                      Constraints for custom origins:

                                                                                                                                      • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                      • The name cannot exceed 128 characters.

                                                                                                                                      \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                      For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                      Constraints for Amazon S3 origins:

                                                                                                                                      • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                      • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                      • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                      • The bucket name must not contain adjacent periods.

                                                                                                                                      Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                      Constraints for custom origins:

                                                                                                                                      • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                      • The name cannot exceed 128 characters.

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                        Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                        For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                        Constraints for Amazon S3 origins:

                                                                                                                                        • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                        • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                        • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                        • The bucket name must not contain adjacent periods.

                                                                                                                                        Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                        Constraints for custom origins:

                                                                                                                                        • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                        • The name cannot exceed 128 characters.

                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                        Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                        For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                        Constraints for Amazon S3 origins:

                                                                                                                                        • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                        • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                        • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                        • The bucket name must not contain adjacent periods.

                                                                                                                                        Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                        Constraints for custom origins:

                                                                                                                                        • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                        • The name cannot exceed 128 characters.

                                                                                                                                        \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                        For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                        Constraints for Amazon S3 origins:

                                                                                                                                        • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                        • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                        • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                        • The bucket name must not contain adjacent periods.

                                                                                                                                        Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                        Constraints for custom origins:

                                                                                                                                        • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                        • The name cannot exceed 128 characters.

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                          Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                          For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                          Constraints for Amazon S3 origins:

                                                                                                                                          • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                          • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                          • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                          • The bucket name must not contain adjacent periods.

                                                                                                                                          Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                          Constraints for custom origins:

                                                                                                                                          • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                          • The name cannot exceed 128 characters.

                                                                                                                                          \n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                          For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                          Constraints for Amazon S3 origins:

                                                                                                                                          • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                          • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                          • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                          • The bucket name must not contain adjacent periods.

                                                                                                                                          Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                          Constraints for custom origins:

                                                                                                                                          • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                          • The name cannot exceed 128 characters.

                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                            Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                            For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                            Constraints for Amazon S3 origins:

                                                                                                                                            • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                            • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                            • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                            • The bucket name must not contain adjacent periods.

                                                                                                                                            Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                            Constraints for custom origins:

                                                                                                                                            • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                            • The name cannot exceed 128 characters.

                                                                                                                                            \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                            For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                            Constraints for Amazon S3 origins:

                                                                                                                                            • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                            • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                            • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                            • The bucket name must not contain adjacent periods.

                                                                                                                                            Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                            Constraints for custom origins:

                                                                                                                                            • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                            • The name cannot exceed 128 characters.

                                                                                                                                            • ", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                              Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                              For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                              Constraints for Amazon S3 origins:

                                                                                                                                              • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                              • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                              • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                              • The bucket name must not contain adjacent periods.

                                                                                                                                              Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                              Constraints for custom origins:

                                                                                                                                              • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                              • The name cannot exceed 128 characters.

                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@return A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@return A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer 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" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginPath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginPath", "beanStyleSetterMethodName" : "setOriginPath", "c2jName" : "OriginPath", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originPath(String)}.\n@param originPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                              An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                              \n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@deprecated Use {@link #originPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                              An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                              \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originPath(String)}\n", "documentation" : "

                                                                                                                                              An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originPath", "fluentSetterDocumentation" : "

                                                                                                                                              An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                              \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originPath", "getterDocumentation" : "

                                                                                                                                              An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                              \n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                              An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                              \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.", "setterMethodName" : "setOriginPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originPath", "variableType" : "String", "documentation" : "

                                                                                                                                              An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                              For example, suppose you've specified the following values for your distribution:

                                                                                                                                              • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                              • OriginPath: /production

                                                                                                                                              • CNAME: example.com

                                                                                                                                              When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                              When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3OriginConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3OriginConfig", "beanStyleSetterMethodName" : "setS3OriginConfig", "c2jName" : "S3OriginConfig", "c2jShape" : "S3OriginConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                              \nThis is a convenience that creates an instance of the {@link S3OriginConfig.Builder} avoiding the need to create one manually via {@link S3OriginConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3OriginConfig.Builder#build()} is called immediately and its result is passed to {@link #s3OriginConfig(S3OriginConfig)}.\n@param s3OriginConfig a consumer that will call methods on {@link S3OriginConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3OriginConfig(S3OriginConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                              A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                              \n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@deprecated Use {@link #s3OriginConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                              A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                              \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3OriginConfig(S3OriginConfig)}\n", "documentation" : "

                                                                                                                                              A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3OriginConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3OriginConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3OriginConfig", "fluentSetterDocumentation" : "

                                                                                                                                              A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                              \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3OriginConfig", "getterDocumentation" : "

                                                                                                                                              A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                              \n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.", "getterModel" : { "returnType" : "S3OriginConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3OriginConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3OriginConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3OriginConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                              A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                              \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.", "setterMethodName" : "setS3OriginConfig", "setterModel" : { "variableDeclarationType" : "S3OriginConfig", "variableName" : "s3OriginConfig", "variableType" : "S3OriginConfig", "documentation" : null, "simpleType" : "S3OriginConfig", "variableSetterType" : "S3OriginConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3OriginConfig", "variableName" : "s3OriginConfig", "variableType" : "S3OriginConfig", "documentation" : "

                                                                                                                                              A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                              ", "simpleType" : "S3OriginConfig", "variableSetterType" : "S3OriginConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@return A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@return A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer 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" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              \n@param id A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                              A unique identifier for the origin or origin group. The value of Id must be unique within the distribution.

                                                                                                                                              When you specify the value of TargetOriginId for the default cache behavior or for another cache behavior, you indicate the origin to which you want the cache behavior to route requests by specifying the value of the Id element for that origin. When a request matches the path pattern for that cache behavior, CloudFront routes the request to the specified origin. For more information, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.

                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                              For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                              Constraints for Amazon S3 origins:

                                                                                                                                              • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                              • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                              • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                              • The bucket name must not contain adjacent periods.

                                                                                                                                              Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                              Constraints for custom origins:

                                                                                                                                              • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                              • The name cannot exceed 128 characters.

                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                              Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                              For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                              Constraints for Amazon S3 origins:

                                                                                                                                              • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                              • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                              • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                              • The bucket name must not contain adjacent periods.

                                                                                                                                              Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                              Constraints for custom origins:

                                                                                                                                              • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                              • The name cannot exceed 128 characters.

                                                                                                                                              \n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                              For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                              Constraints for Amazon S3 origins:

                                                                                                                                              • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                              • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                              • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                              • The bucket name must not contain adjacent periods.

                                                                                                                                              Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                              Constraints for custom origins:

                                                                                                                                              • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                              • The name cannot exceed 128 characters.

                                                                                                                                              • \n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                Constraints for Amazon S3 origins:

                                                                                                                                                • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                • The bucket name must not contain adjacent periods.

                                                                                                                                                Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                Constraints for custom origins:

                                                                                                                                                • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                • The name cannot exceed 128 characters.

                                                                                                                                                \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                Constraints for Amazon S3 origins:

                                                                                                                                                • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                • The bucket name must not contain adjacent periods.

                                                                                                                                                Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                Constraints for custom origins:

                                                                                                                                                • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                • The name cannot exceed 128 characters.

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                  Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                  For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                  Constraints for Amazon S3 origins:

                                                                                                                                                  • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                  • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                  • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                  • The bucket name must not contain adjacent periods.

                                                                                                                                                  Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                  Constraints for custom origins:

                                                                                                                                                  • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                  • The name cannot exceed 128 characters.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                  Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                  For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                  Constraints for Amazon S3 origins:

                                                                                                                                                  • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                  • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                  • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                  • The bucket name must not contain adjacent periods.

                                                                                                                                                  Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                  Constraints for custom origins:

                                                                                                                                                  • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                  • The name cannot exceed 128 characters.

                                                                                                                                                  \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                  For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                  Constraints for Amazon S3 origins:

                                                                                                                                                  • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                  • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                  • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                  • The bucket name must not contain adjacent periods.

                                                                                                                                                  Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                  Constraints for custom origins:

                                                                                                                                                  • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                  • The name cannot exceed 128 characters.

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                    Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                    For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                    Constraints for Amazon S3 origins:

                                                                                                                                                    • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                    • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                    • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                    • The bucket name must not contain adjacent periods.

                                                                                                                                                    Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                    Constraints for custom origins:

                                                                                                                                                    • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                    • The name cannot exceed 128 characters.

                                                                                                                                                    \n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                    For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                    Constraints for Amazon S3 origins:

                                                                                                                                                    • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                    • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                    • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                    • The bucket name must not contain adjacent periods.

                                                                                                                                                    Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                    Constraints for custom origins:

                                                                                                                                                    • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                    • The name cannot exceed 128 characters.

                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                      Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                      For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                      Constraints for Amazon S3 origins:

                                                                                                                                                      • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                      • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                      • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                      • The bucket name must not contain adjacent periods.

                                                                                                                                                      Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                      Constraints for custom origins:

                                                                                                                                                      • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                      • The name cannot exceed 128 characters.

                                                                                                                                                      \n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                      For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                      Constraints for Amazon S3 origins:

                                                                                                                                                      • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                      • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                      • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                      • The bucket name must not contain adjacent periods.

                                                                                                                                                      Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                      Constraints for custom origins:

                                                                                                                                                      • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                      • The name cannot exceed 128 characters.

                                                                                                                                                      • ", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                        Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. If you set up your bucket to be configured as a website endpoint, enter the Amazon S3 static website hosting endpoint for the bucket.

                                                                                                                                                        For more information about specifying this value for different types of origins, see Origin Domain Name in the Amazon CloudFront Developer Guide.

                                                                                                                                                        Constraints for Amazon S3 origins:

                                                                                                                                                        • If you configured Amazon S3 Transfer Acceleration for your bucket, don't specify the s3-accelerate endpoint for DomainName.

                                                                                                                                                        • The bucket name must be between 3 and 63 characters long (inclusive).

                                                                                                                                                        • The bucket name must contain only lowercase characters, numbers, periods, underscores, and dashes.

                                                                                                                                                        • The bucket name must not contain adjacent periods.

                                                                                                                                                        Custom Origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.

                                                                                                                                                        Constraints for custom origins:

                                                                                                                                                        • DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9, dot (.), hyphen (-), or underscore (_) characters.

                                                                                                                                                        • The name cannot exceed 128 characters.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginPath", "beanStyleSetterMethodName" : "setOriginPath", "c2jName" : "OriginPath", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originPath(String)}.\n@param originPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                                        \n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@deprecated Use {@link #originPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                                        \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originPath(String)}\n", "documentation" : "

                                                                                                                                                        An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originPath", "fluentSetterDocumentation" : "

                                                                                                                                                        An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                                        \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originPath", "getterDocumentation" : "

                                                                                                                                                        An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                                        \n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                                        \n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.", "setterMethodName" : "setOriginPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originPath", "variableType" : "String", "documentation" : "

                                                                                                                                                        An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName, for example, example.com/production. Do not include a / at the end of the directory name.

                                                                                                                                                        For example, suppose you've specified the following values for your distribution:

                                                                                                                                                        • DomainName: An Amazon S3 bucket named myawsbucket.

                                                                                                                                                        • OriginPath: /production

                                                                                                                                                        • CNAME: example.com

                                                                                                                                                        When a user enters example.com/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/index.html.

                                                                                                                                                        When a user enters example.com/acme/index.html in a browser, CloudFront sends a request to Amazon S3 for myawsbucket/production/acme/index.html.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomHeaders", "beanStyleSetterMethodName" : "setCustomHeaders", "c2jName" : "CustomHeaders", "c2jShape" : "CustomHeaders", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains names and values for the custom headers that you want.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link CustomHeaders.Builder} avoiding the need to create one manually via {@link CustomHeaders#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomHeaders.Builder#build()} is called immediately and its result is passed to {@link #customHeaders(CustomHeaders)}.\n@param customHeaders a consumer that will call methods on {@link CustomHeaders.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customHeaders(CustomHeaders)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains names and values for the custom headers that you want.

                                                                                                                                                        \n@return A complex type that contains names and values for the custom headers that you want.\n@deprecated Use {@link #customHeaders()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains names and values for the custom headers that you want.

                                                                                                                                                        \n@param customHeaders A complex type that contains names and values for the custom headers that you want.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customHeaders(CustomHeaders)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains names and values for the custom headers that you want.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomHeaders property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomHeaders", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customHeaders", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains names and values for the custom headers that you want.

                                                                                                                                                        \n@param customHeaders A complex type that contains names and values for the custom headers that you want.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customHeaders", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains names and values for the custom headers that you want.

                                                                                                                                                        \n@return A complex type that contains names and values for the custom headers that you want.", "getterModel" : { "returnType" : "CustomHeaders", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomHeaders", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomHeaders", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomHeaders", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains names and values for the custom headers that you want.

                                                                                                                                                        \n@param customHeaders A complex type that contains names and values for the custom headers that you want.", "setterMethodName" : "setCustomHeaders", "setterModel" : { "variableDeclarationType" : "CustomHeaders", "variableName" : "customHeaders", "variableType" : "CustomHeaders", "documentation" : null, "simpleType" : "CustomHeaders", "variableSetterType" : "CustomHeaders" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomHeaders", "variableName" : "customHeaders", "variableType" : "CustomHeaders", "documentation" : "

                                                                                                                                                        A complex type that contains names and values for the custom headers that you want.

                                                                                                                                                        ", "simpleType" : "CustomHeaders", "variableSetterType" : "CustomHeaders" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3OriginConfig", "beanStyleSetterMethodName" : "setS3OriginConfig", "c2jName" : "S3OriginConfig", "c2jShape" : "S3OriginConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link S3OriginConfig.Builder} avoiding the need to create one manually via {@link S3OriginConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3OriginConfig.Builder#build()} is called immediately and its result is passed to {@link #s3OriginConfig(S3OriginConfig)}.\n@param s3OriginConfig a consumer that will call methods on {@link S3OriginConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3OriginConfig(S3OriginConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        \n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@deprecated Use {@link #s3OriginConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3OriginConfig(S3OriginConfig)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3OriginConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3OriginConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3OriginConfig", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3OriginConfig", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        \n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.", "getterModel" : { "returnType" : "S3OriginConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3OriginConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3OriginConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3OriginConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        \n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.", "setterMethodName" : "setS3OriginConfig", "setterModel" : { "variableDeclarationType" : "S3OriginConfig", "variableName" : "s3OriginConfig", "variableType" : "S3OriginConfig", "documentation" : null, "simpleType" : "S3OriginConfig", "variableSetterType" : "S3OriginConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3OriginConfig", "variableName" : "s3OriginConfig", "variableType" : "S3OriginConfig", "documentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        ", "simpleType" : "S3OriginConfig", "variableSetterType" : "S3OriginConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomOriginConfig", "beanStyleSetterMethodName" : "setCustomOriginConfig", "c2jName" : "CustomOriginConfig", "c2jShape" : "CustomOriginConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link CustomOriginConfig.Builder} avoiding the need to create one manually via {@link CustomOriginConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomOriginConfig.Builder#build()} is called immediately and its result is passed to {@link #customOriginConfig(CustomOriginConfig)}.\n@param customOriginConfig a consumer that will call methods on {@link CustomOriginConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customOriginConfig(CustomOriginConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                                        \n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@deprecated Use {@link #customOriginConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                                        \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customOriginConfig(CustomOriginConfig)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomOriginConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomOriginConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customOriginConfig", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                                        \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customOriginConfig", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                                        \n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.", "getterModel" : { "returnType" : "CustomOriginConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomOriginConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomOriginConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomOriginConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                                        \n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.", "setterMethodName" : "setCustomOriginConfig", "setterModel" : { "variableDeclarationType" : "CustomOriginConfig", "variableName" : "customOriginConfig", "variableType" : "CustomOriginConfig", "documentation" : null, "simpleType" : "CustomOriginConfig", "variableSetterType" : "CustomOriginConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomOriginConfig", "variableName" : "customOriginConfig", "variableType" : "CustomOriginConfig", "documentation" : "

                                                                                                                                                        A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.

                                                                                                                                                        ", "simpleType" : "CustomOriginConfig", "variableSetterType" : "CustomOriginConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "DomainName" ], "shapeName" : "Origin", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Origin", "variableName" : "origin", "variableType" : "Origin", "documentation" : null, "simpleType" : "Origin", "variableSetterType" : "Origin" }, "wrapper" : false, "xmlNamespace" : null }, "OriginCustomHeader" : { "c2jName" : "OriginCustomHeader", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that contains HeaderName and HeaderValue elements, if any, for this distribution.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaderName", "beanStyleSetterMethodName" : "setHeaderName", "c2jName" : "HeaderName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer 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 #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #headerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headerName(String)}\n", "documentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HeaderName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaderName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerName", "fluentSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerName", "getterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer 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" : "HeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaderValue", "beanStyleSetterMethodName" : "setHeaderValue", "c2jName" : "HeaderValue", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@return The value for the header that you specified in the HeaderName field.\n@deprecated Use {@link #headerValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headerValue(String)}\n", "documentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HeaderValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaderValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerValue", "fluentSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerValue", "getterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@return The value for the header that you specified in the HeaderName field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.", "setterMethodName" : "setHeaderValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HeaderName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaderName", "beanStyleSetterMethodName" : "setHeaderName", "c2jName" : "HeaderName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer 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 #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #headerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headerName(String)}\n", "documentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HeaderName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaderName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerName", "fluentSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerName", "getterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer 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" : "HeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HeaderValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaderValue", "beanStyleSetterMethodName" : "setHeaderValue", "c2jName" : "HeaderValue", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@return The value for the header that you specified in the HeaderName field.\n@deprecated Use {@link #headerValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headerValue(String)}\n", "documentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HeaderValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaderValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerValue", "fluentSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerValue", "getterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@return The value for the header that you specified in the HeaderName field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.", "setterMethodName" : "setHeaderValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaderName", "beanStyleSetterMethodName" : "setHeaderName", "c2jName" : "HeaderName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer 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 #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #headerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headerName(String)}\n", "documentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HeaderName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaderName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerName", "fluentSetterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerName", "getterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer 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" : "HeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param headerName The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "

                                                                                                                                                        The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHeaderValue", "beanStyleSetterMethodName" : "setHeaderValue", "c2jName" : "HeaderValue", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@return The value for the header that you specified in the HeaderName field.\n@deprecated Use {@link #headerValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #headerValue(String)}\n", "documentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HeaderValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHeaderValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerValue", "fluentSetterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerValue", "getterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@return The value for the header that you specified in the HeaderName field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        \n@param headerValue The value for the header that you specified in the HeaderName field.", "setterMethodName" : "setHeaderValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "

                                                                                                                                                        The value for the header that you specified in the HeaderName field.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HeaderName", "HeaderValue" ], "shapeName" : "OriginCustomHeader", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OriginCustomHeader", "variableName" : "originCustomHeader", "variableType" : "OriginCustomHeader", "documentation" : null, "simpleType" : "OriginCustomHeader", "variableSetterType" : "OriginCustomHeader" }, "wrapper" : false, "xmlNamespace" : null }, "OriginGroup" : { "c2jName" : "OriginGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specifiy the origin group instead of a single origin, and CloudFront will failover from the primary origin to the second origin under the failover conditions that you've chosen.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@return The origin group's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@return The origin group's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailoverCriteria", "beanStyleSetterMethodName" : "setFailoverCriteria", "c2jName" : "FailoverCriteria", "c2jShape" : "OriginGroupFailoverCriteria", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OriginGroupFailoverCriteria.Builder} avoiding the need to create one manually via {@link OriginGroupFailoverCriteria#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupFailoverCriteria.Builder#build()} is called immediately and its result is passed to {@link #failoverCriteria(OriginGroupFailoverCriteria)}.\n@param failoverCriteria a consumer that will call methods on {@link OriginGroupFailoverCriteria.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failoverCriteria(OriginGroupFailoverCriteria)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the failover criteria for an origin group.\n@deprecated Use {@link #failoverCriteria()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failoverCriteria(OriginGroupFailoverCriteria)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailoverCriteria property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailoverCriteria", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failoverCriteria", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failoverCriteria", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the failover criteria for an origin group.", "getterModel" : { "returnType" : "OriginGroupFailoverCriteria", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailoverCriteria", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailoverCriteria", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FailoverCriteria", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.", "setterMethodName" : "setFailoverCriteria", "setterModel" : { "variableDeclarationType" : "OriginGroupFailoverCriteria", "variableName" : "failoverCriteria", "variableType" : "OriginGroupFailoverCriteria", "documentation" : null, "simpleType" : "OriginGroupFailoverCriteria", "variableSetterType" : "OriginGroupFailoverCriteria" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupFailoverCriteria", "variableName" : "failoverCriteria", "variableType" : "OriginGroupFailoverCriteria", "documentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        ", "simpleType" : "OriginGroupFailoverCriteria", "variableSetterType" : "OriginGroupFailoverCriteria" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMembers", "beanStyleSetterMethodName" : "setMembers", "c2jName" : "Members", "c2jShape" : "OriginGroupMembers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OriginGroupMembers.Builder} avoiding the need to create one manually via {@link OriginGroupMembers#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupMembers.Builder#build()} is called immediately and its result is passed to {@link #members(OriginGroupMembers)}.\n@param members a consumer that will call methods on {@link OriginGroupMembers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #members(OriginGroupMembers)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the origins in an origin group.\n@deprecated Use {@link #members()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #members(OriginGroupMembers)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Members property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMembers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "members", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "members", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the origins in an origin group.", "getterModel" : { "returnType" : "OriginGroupMembers", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Members", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Members", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Members", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.", "setterMethodName" : "setMembers", "setterModel" : { "variableDeclarationType" : "OriginGroupMembers", "variableName" : "members", "variableType" : "OriginGroupMembers", "documentation" : null, "simpleType" : "OriginGroupMembers", "variableSetterType" : "OriginGroupMembers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupMembers", "variableName" : "members", "variableType" : "OriginGroupMembers", "documentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        ", "simpleType" : "OriginGroupMembers", "variableSetterType" : "OriginGroupMembers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailoverCriteria" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailoverCriteria", "beanStyleSetterMethodName" : "setFailoverCriteria", "c2jName" : "FailoverCriteria", "c2jShape" : "OriginGroupFailoverCriteria", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OriginGroupFailoverCriteria.Builder} avoiding the need to create one manually via {@link OriginGroupFailoverCriteria#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupFailoverCriteria.Builder#build()} is called immediately and its result is passed to {@link #failoverCriteria(OriginGroupFailoverCriteria)}.\n@param failoverCriteria a consumer that will call methods on {@link OriginGroupFailoverCriteria.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failoverCriteria(OriginGroupFailoverCriteria)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the failover criteria for an origin group.\n@deprecated Use {@link #failoverCriteria()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failoverCriteria(OriginGroupFailoverCriteria)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailoverCriteria property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailoverCriteria", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failoverCriteria", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failoverCriteria", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the failover criteria for an origin group.", "getterModel" : { "returnType" : "OriginGroupFailoverCriteria", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailoverCriteria", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailoverCriteria", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FailoverCriteria", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.", "setterMethodName" : "setFailoverCriteria", "setterModel" : { "variableDeclarationType" : "OriginGroupFailoverCriteria", "variableName" : "failoverCriteria", "variableType" : "OriginGroupFailoverCriteria", "documentation" : null, "simpleType" : "OriginGroupFailoverCriteria", "variableSetterType" : "OriginGroupFailoverCriteria" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupFailoverCriteria", "variableName" : "failoverCriteria", "variableType" : "OriginGroupFailoverCriteria", "documentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        ", "simpleType" : "OriginGroupFailoverCriteria", "variableSetterType" : "OriginGroupFailoverCriteria" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@return The origin group's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@return The origin group's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Members" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMembers", "beanStyleSetterMethodName" : "setMembers", "c2jName" : "Members", "c2jShape" : "OriginGroupMembers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OriginGroupMembers.Builder} avoiding the need to create one manually via {@link OriginGroupMembers#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupMembers.Builder#build()} is called immediately and its result is passed to {@link #members(OriginGroupMembers)}.\n@param members a consumer that will call methods on {@link OriginGroupMembers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #members(OriginGroupMembers)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the origins in an origin group.\n@deprecated Use {@link #members()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #members(OriginGroupMembers)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Members property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMembers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "members", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "members", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the origins in an origin group.", "getterModel" : { "returnType" : "OriginGroupMembers", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Members", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Members", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Members", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.", "setterMethodName" : "setMembers", "setterModel" : { "variableDeclarationType" : "OriginGroupMembers", "variableName" : "members", "variableType" : "OriginGroupMembers", "documentation" : null, "simpleType" : "OriginGroupMembers", "variableSetterType" : "OriginGroupMembers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupMembers", "variableName" : "members", "variableType" : "OriginGroupMembers", "documentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        ", "simpleType" : "OriginGroupMembers", "variableSetterType" : "OriginGroupMembers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@return The origin group's ID.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@return The origin group's ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        \n@param id The origin group's ID.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        The origin group's ID.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailoverCriteria", "beanStyleSetterMethodName" : "setFailoverCriteria", "c2jName" : "FailoverCriteria", "c2jShape" : "OriginGroupFailoverCriteria", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OriginGroupFailoverCriteria.Builder} avoiding the need to create one manually via {@link OriginGroupFailoverCriteria#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupFailoverCriteria.Builder#build()} is called immediately and its result is passed to {@link #failoverCriteria(OriginGroupFailoverCriteria)}.\n@param failoverCriteria a consumer that will call methods on {@link OriginGroupFailoverCriteria.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failoverCriteria(OriginGroupFailoverCriteria)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the failover criteria for an origin group.\n@deprecated Use {@link #failoverCriteria()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failoverCriteria(OriginGroupFailoverCriteria)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailoverCriteria property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailoverCriteria", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failoverCriteria", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failoverCriteria", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the failover criteria for an origin group.", "getterModel" : { "returnType" : "OriginGroupFailoverCriteria", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailoverCriteria", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailoverCriteria", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FailoverCriteria", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        \n@param failoverCriteria A complex type that contains information about the failover criteria for an origin group.", "setterMethodName" : "setFailoverCriteria", "setterModel" : { "variableDeclarationType" : "OriginGroupFailoverCriteria", "variableName" : "failoverCriteria", "variableType" : "OriginGroupFailoverCriteria", "documentation" : null, "simpleType" : "OriginGroupFailoverCriteria", "variableSetterType" : "OriginGroupFailoverCriteria" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupFailoverCriteria", "variableName" : "failoverCriteria", "variableType" : "OriginGroupFailoverCriteria", "documentation" : "

                                                                                                                                                        A complex type that contains information about the failover criteria for an origin group.

                                                                                                                                                        ", "simpleType" : "OriginGroupFailoverCriteria", "variableSetterType" : "OriginGroupFailoverCriteria" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMembers", "beanStyleSetterMethodName" : "setMembers", "c2jName" : "Members", "c2jShape" : "OriginGroupMembers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OriginGroupMembers.Builder} avoiding the need to create one manually via {@link OriginGroupMembers#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupMembers.Builder#build()} is called immediately and its result is passed to {@link #members(OriginGroupMembers)}.\n@param members a consumer that will call methods on {@link OriginGroupMembers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #members(OriginGroupMembers)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the origins in an origin group.\n@deprecated Use {@link #members()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #members(OriginGroupMembers)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Members property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMembers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "members", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "members", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@return A complex type that contains information about the origins in an origin group.", "getterModel" : { "returnType" : "OriginGroupMembers", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Members", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Members", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Members", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        \n@param members A complex type that contains information about the origins in an origin group.", "setterMethodName" : "setMembers", "setterModel" : { "variableDeclarationType" : "OriginGroupMembers", "variableName" : "members", "variableType" : "OriginGroupMembers", "documentation" : null, "simpleType" : "OriginGroupMembers", "variableSetterType" : "OriginGroupMembers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupMembers", "variableName" : "members", "variableType" : "OriginGroupMembers", "documentation" : "

                                                                                                                                                        A complex type that contains information about the origins in an origin group.

                                                                                                                                                        ", "simpleType" : "OriginGroupMembers", "variableSetterType" : "OriginGroupMembers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "FailoverCriteria", "Members" ], "shapeName" : "OriginGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OriginGroup", "variableName" : "originGroup", "variableType" : "OriginGroup", "documentation" : null, "simpleType" : "OriginGroup", "variableSetterType" : "OriginGroup" }, "wrapper" : false, "xmlNamespace" : null }, "OriginGroupFailoverCriteria" : { "c2jName" : "OriginGroupFailoverCriteria", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex data type that includes information about the failover criteria for an origin group, including the status codes for which CloudFront will failover from the primary origin to the second origin.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCodes", "beanStyleSetterMethodName" : "setStatusCodes", "c2jName" : "StatusCodes", "c2jShape" : "StatusCodes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link StatusCodes.Builder} avoiding the need to create one manually via {@link StatusCodes#builder()}.\n\nWhen the {@link Consumer} completes, {@link StatusCodes.Builder#build()} is called immediately and its result is passed to {@link #statusCodes(StatusCodes)}.\n@param statusCodes a consumer that will call methods on {@link StatusCodes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCodes(StatusCodes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@return The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@deprecated Use {@link #statusCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusCodes(StatusCodes)}\n", "documentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCodes", "fluentSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCodes", "getterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@return The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.", "getterModel" : { "returnType" : "StatusCodes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StatusCodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.", "setterMethodName" : "setStatusCodes", "setterModel" : { "variableDeclarationType" : "StatusCodes", "variableName" : "statusCodes", "variableType" : "StatusCodes", "documentation" : null, "simpleType" : "StatusCodes", "variableSetterType" : "StatusCodes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StatusCodes", "variableName" : "statusCodes", "variableType" : "StatusCodes", "documentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        ", "simpleType" : "StatusCodes", "variableSetterType" : "StatusCodes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StatusCodes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCodes", "beanStyleSetterMethodName" : "setStatusCodes", "c2jName" : "StatusCodes", "c2jShape" : "StatusCodes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link StatusCodes.Builder} avoiding the need to create one manually via {@link StatusCodes#builder()}.\n\nWhen the {@link Consumer} completes, {@link StatusCodes.Builder#build()} is called immediately and its result is passed to {@link #statusCodes(StatusCodes)}.\n@param statusCodes a consumer that will call methods on {@link StatusCodes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCodes(StatusCodes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@return The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@deprecated Use {@link #statusCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusCodes(StatusCodes)}\n", "documentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCodes", "fluentSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCodes", "getterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@return The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.", "getterModel" : { "returnType" : "StatusCodes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StatusCodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.", "setterMethodName" : "setStatusCodes", "setterModel" : { "variableDeclarationType" : "StatusCodes", "variableName" : "statusCodes", "variableType" : "StatusCodes", "documentation" : null, "simpleType" : "StatusCodes", "variableSetterType" : "StatusCodes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StatusCodes", "variableName" : "statusCodes", "variableType" : "StatusCodes", "documentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        ", "simpleType" : "StatusCodes", "variableSetterType" : "StatusCodes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCodes", "beanStyleSetterMethodName" : "setStatusCodes", "c2jName" : "StatusCodes", "c2jShape" : "StatusCodes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link StatusCodes.Builder} avoiding the need to create one manually via {@link StatusCodes#builder()}.\n\nWhen the {@link Consumer} completes, {@link StatusCodes.Builder#build()} is called immediately and its result is passed to {@link #statusCodes(StatusCodes)}.\n@param statusCodes a consumer that will call methods on {@link StatusCodes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCodes(StatusCodes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@return The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@deprecated Use {@link #statusCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusCodes(StatusCodes)}\n", "documentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCodes", "fluentSetterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCodes", "getterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@return The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.", "getterModel" : { "returnType" : "StatusCodes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StatusCodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        \n@param statusCodes The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.", "setterMethodName" : "setStatusCodes", "setterModel" : { "variableDeclarationType" : "StatusCodes", "variableName" : "statusCodes", "variableType" : "StatusCodes", "documentation" : null, "simpleType" : "StatusCodes", "variableSetterType" : "StatusCodes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StatusCodes", "variableName" : "statusCodes", "variableType" : "StatusCodes", "documentation" : "

                                                                                                                                                        The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.

                                                                                                                                                        ", "simpleType" : "StatusCodes", "variableSetterType" : "StatusCodes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StatusCodes" ], "shapeName" : "OriginGroupFailoverCriteria", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OriginGroupFailoverCriteria", "variableName" : "originGroupFailoverCriteria", "variableType" : "OriginGroupFailoverCriteria", "documentation" : null, "simpleType" : "OriginGroupFailoverCriteria", "variableSetterType" : "OriginGroupFailoverCriteria" }, "wrapper" : false, "xmlNamespace" : null }, "OriginGroupMember" : { "c2jName" : "OriginGroupMember", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        An origin in an origin group.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginId", "beanStyleSetterMethodName" : "setOriginId", "c2jName" : "OriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originId(String)}.\n@param originId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@return The ID for an origin in an origin group.\n@deprecated Use {@link #originId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originId(String)}\n", "documentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originId", "fluentSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originId", "getterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@return The ID for an origin in an origin group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.", "setterMethodName" : "setOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OriginId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginId", "beanStyleSetterMethodName" : "setOriginId", "c2jName" : "OriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originId(String)}.\n@param originId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@return The ID for an origin in an origin group.\n@deprecated Use {@link #originId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originId(String)}\n", "documentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originId", "fluentSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originId", "getterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@return The ID for an origin in an origin group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.", "setterMethodName" : "setOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginId", "beanStyleSetterMethodName" : "setOriginId", "c2jName" : "OriginId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originId(String)}.\n@param originId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@return The ID for an origin in an origin group.\n@deprecated Use {@link #originId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originId(String)}\n", "documentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originId", "fluentSetterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originId", "getterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@return The ID for an origin in an origin group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        \n@param originId The ID for an origin in an origin group.", "setterMethodName" : "setOriginId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The ID for an origin in an origin group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OriginId" ], "shapeName" : "OriginGroupMember", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OriginGroupMember", "variableName" : "originGroupMember", "variableType" : "OriginGroupMember", "documentation" : null, "simpleType" : "OriginGroupMember", "variableSetterType" : "OriginGroupMember" }, "wrapper" : false, "xmlNamespace" : null }, "OriginGroupMembers" : { "c2jName" : "OriginGroupMembers", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex data type for the origins included in an origin group.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@return The number of origins in an origin group.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@return The number of origins in an origin group.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginGroupMemberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Items (origins) in an origin group.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Items (origins) in an origin group.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginGroupMember", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginGroupMember.Builder} avoiding the need to create one manually via {@link OriginGroupMember#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupMember.Builder#build()} is called immediately and its result is passed to {@link #member(OriginGroupMember)}.\n@param member a consumer that will call methods on {@link OriginGroupMember.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginGroupMember)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginGroupMember)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginGroupMember", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroupMember", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroupMember", "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" : "OriginGroupMember", "variableName" : "member", "variableType" : "OriginGroupMember", "documentation" : null, "simpleType" : "OriginGroupMember", "variableSetterType" : "OriginGroupMember" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupMember", "variableName" : "member", "variableType" : "OriginGroupMember", "documentation" : "", "simpleType" : "OriginGroupMember", "variableSetterType" : "OriginGroupMember" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginGroupMember", "memberType" : "OriginGroupMember", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginGroupMember", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginGroupMemberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Items (origins) in an origin group.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Items (origins) in an origin group.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginGroupMember", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginGroupMember.Builder} avoiding the need to create one manually via {@link OriginGroupMember#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupMember.Builder#build()} is called immediately and its result is passed to {@link #member(OriginGroupMember)}.\n@param member a consumer that will call methods on {@link OriginGroupMember.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginGroupMember)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginGroupMember)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginGroupMember", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroupMember", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroupMember", "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" : "OriginGroupMember", "variableName" : "member", "variableType" : "OriginGroupMember", "documentation" : null, "simpleType" : "OriginGroupMember", "variableSetterType" : "OriginGroupMember" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupMember", "variableName" : "member", "variableType" : "OriginGroupMember", "documentation" : "", "simpleType" : "OriginGroupMember", "variableSetterType" : "OriginGroupMember" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginGroupMember", "memberType" : "OriginGroupMember", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginGroupMember", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@return The number of origins in an origin group.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@return The number of origins in an origin group.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@return The number of origins in an origin group.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@return The number of origins in an origin group.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        \n@param quantity The number of origins in an origin group.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origins in an origin group.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginGroupMemberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Items (origins) in an origin group.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Items (origins) in an origin group.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginGroupMember", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginGroupMember.Builder} avoiding the need to create one manually via {@link OriginGroupMember#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroupMember.Builder#build()} is called immediately and its result is passed to {@link #member(OriginGroupMember)}.\n@param member a consumer that will call methods on {@link OriginGroupMember.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginGroupMember)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginGroupMember)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginGroupMember", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroupMember", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroupMember", "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" : "OriginGroupMember", "variableName" : "member", "variableType" : "OriginGroupMember", "documentation" : null, "simpleType" : "OriginGroupMember", "variableSetterType" : "OriginGroupMember" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroupMember", "variableName" : "member", "variableType" : "OriginGroupMember", "documentation" : "", "simpleType" : "OriginGroupMember", "variableSetterType" : "OriginGroupMember" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginGroupMember", "memberType" : "OriginGroupMember", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginGroupMember", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        \n@param items Items (origins) in an origin group.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Items (origins) in an origin group.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity", "Items" ], "shapeName" : "OriginGroupMembers", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OriginGroupMembers", "variableName" : "originGroupMembers", "variableType" : "OriginGroupMembers", "documentation" : null, "simpleType" : "OriginGroupMembers", "variableSetterType" : "OriginGroupMembers" }, "wrapper" : false, "xmlNamespace" : null }, "OriginGroups" : { "c2jName" : "OriginGroups", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex data type for the origin groups specified for a distribution.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@return The number of origin groups.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@return The number of origin groups.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The items (origin groups) in a distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The items (origin groups) in a distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginGroup.Builder} avoiding the need to create one manually via {@link OriginGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroup.Builder#build()} is called immediately and its result is passed to {@link #member(OriginGroup)}.\n@param member a consumer that will call methods on {@link OriginGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroup", "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" : "OriginGroup", "variableName" : "member", "variableType" : "OriginGroup", "documentation" : null, "simpleType" : "OriginGroup", "variableSetterType" : "OriginGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroup", "variableName" : "member", "variableType" : "OriginGroup", "documentation" : "", "simpleType" : "OriginGroup", "variableSetterType" : "OriginGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginGroup", "memberType" : "OriginGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The items (origin groups) in a distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The items (origin groups) in a distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginGroup.Builder} avoiding the need to create one manually via {@link OriginGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroup.Builder#build()} is called immediately and its result is passed to {@link #member(OriginGroup)}.\n@param member a consumer that will call methods on {@link OriginGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroup", "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" : "OriginGroup", "variableName" : "member", "variableType" : "OriginGroup", "documentation" : null, "simpleType" : "OriginGroup", "variableSetterType" : "OriginGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroup", "variableName" : "member", "variableType" : "OriginGroup", "documentation" : "", "simpleType" : "OriginGroup", "variableSetterType" : "OriginGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginGroup", "memberType" : "OriginGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@return The number of origin groups.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@return The number of origin groups.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@return The number of origin groups.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@return The number of origin groups.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        \n@param quantity The number of origin groups.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origin groups.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The items (origin groups) in a distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The items (origin groups) in a distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OriginGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OriginGroup.Builder} avoiding the need to create one manually via {@link OriginGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link OriginGroup.Builder#build()} is called immediately and its result is passed to {@link #member(OriginGroup)}.\n@param member a consumer that will call methods on {@link OriginGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OriginGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OriginGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OriginGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginGroup", "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" : "OriginGroup", "variableName" : "member", "variableType" : "OriginGroup", "documentation" : null, "simpleType" : "OriginGroup", "variableSetterType" : "OriginGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OriginGroup", "variableName" : "member", "variableType" : "OriginGroup", "documentation" : "", "simpleType" : "OriginGroup", "variableSetterType" : "OriginGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "OriginGroup", "memberType" : "OriginGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OriginGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        \n@param items The items (origin groups) in a distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The items (origin groups) in a distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "OriginGroups", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OriginGroups", "variableName" : "originGroups", "variableType" : "OriginGroups", "documentation" : null, "simpleType" : "OriginGroups", "variableSetterType" : "OriginGroups" }, "wrapper" : false, "xmlNamespace" : null }, "OriginProtocolPolicy" : { "c2jName" : "OriginProtocolPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "HTTP_ONLY", "value" : "http-only" }, { "name" : "MATCH_VIEWER", "value" : "match-viewer" }, { "name" : "HTTPS_ONLY", "value" : "https-only" } ], "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" : "OriginProtocolPolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OriginProtocolPolicy", "variableName" : "originProtocolPolicy", "variableType" : "OriginProtocolPolicy", "documentation" : null, "simpleType" : "OriginProtocolPolicy", "variableSetterType" : "OriginProtocolPolicy" }, "wrapper" : false, "xmlNamespace" : null }, "OriginSslProtocols" : { "c2jName" : "OriginSslProtocols", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "SslProtocolsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \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 #itemsAsStrings(List)}.\n@param items 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 #itemsWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains allowed SSL/TLS protocols for this distribution.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : "items", "fluentEnumSetterMethodName" : "items", "fluentGetterMethodName" : "itemsAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains allowed SSL/TLS protocols for this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslProtocol", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link SslProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                        \n@return The value of the Member property for this object.\n@see SslProtocol\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "SslProtocol", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link SslProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                        \n@return The value of the Member property for this object.\n@see SslProtocol", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol", "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" : "SslProtocol", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "SslProtocolsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \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 #itemsAsStrings(List)}.\n@param items 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 #itemsWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains allowed SSL/TLS protocols for this distribution.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : "items", "fluentEnumSetterMethodName" : "items", "fluentGetterMethodName" : "itemsAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains allowed SSL/TLS protocols for this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslProtocol", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link SslProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                        \n@return The value of the Member property for this object.\n@see SslProtocol\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "SslProtocol", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link SslProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                        \n@return The value of the Member property for this object.\n@see SslProtocol", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol", "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" : "SslProtocol", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        \n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItemsAsStrings", "beanStyleSetterMethodName" : "setItemsWithStrings", "c2jName" : "Items", "c2jShape" : "SslProtocolsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \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 #itemsAsStrings(List)}.\n@param items 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 #itemsWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains allowed SSL/TLS protocols for this distribution.\n@deprecated Use {@link #itemsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #itemsWithStrings(List)}\n", "documentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : "items", "fluentEnumSetterMethodName" : "items", "fluentGetterMethodName" : "itemsAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemsWithStrings", "getterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains allowed SSL/TLS protocols for this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslProtocol", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link SslProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                        \n@return The value of the Member property for this object.\n@see SslProtocol\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "SslProtocol", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link SslProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                        \n@return The value of the Member property for this object.\n@see SslProtocol", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see SslProtocol", "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" : "SslProtocol", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        \n@param items A list that contains allowed SSL/TLS protocols for this distribution.", "setterMethodName" : "setItemsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A list that contains allowed SSL/TLS protocols for this distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity", "Items" ], "shapeName" : "OriginSslProtocols", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OriginSslProtocols", "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "documentation" : null, "simpleType" : "OriginSslProtocols", "variableSetterType" : "OriginSslProtocols" }, "wrapper" : false, "xmlNamespace" : null }, "Origins" : { "c2jName" : "Origins", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that contains information about origins and origin groups for this distribution.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@return The number of origins or origin groups for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@return The number of origins or origin groups for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains origins or origin groups for this distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains origins or origin groups for this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Origin", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Origin.Builder} avoiding the need to create one manually via {@link Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origin.Builder#build()} is called immediately and its result is passed to {@link #member(Origin)}.\n@param member a consumer that will call methods on {@link Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Origin)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origin", "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" : "Origin", "variableName" : "member", "variableType" : "Origin", "documentation" : null, "simpleType" : "Origin", "variableSetterType" : "Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origin", "variableName" : "member", "variableType" : "Origin", "documentation" : "", "simpleType" : "Origin", "variableSetterType" : "Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "Origin", "memberType" : "Origin", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Origin", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains origins or origin groups for this distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains origins or origin groups for this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Origin", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Origin.Builder} avoiding the need to create one manually via {@link Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origin.Builder#build()} is called immediately and its result is passed to {@link #member(Origin)}.\n@param member a consumer that will call methods on {@link Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Origin)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origin", "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" : "Origin", "variableName" : "member", "variableType" : "Origin", "documentation" : null, "simpleType" : "Origin", "variableSetterType" : "Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origin", "variableName" : "member", "variableType" : "Origin", "documentation" : "", "simpleType" : "Origin", "variableSetterType" : "Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "Origin", "memberType" : "Origin", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Origin", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@return The number of origins or origin groups for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@return The number of origins or origin groups for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@return The number of origins or origin groups for this distribution.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@return The number of origins or origin groups for this distribution.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        \n@param quantity The number of origins or origin groups for this distribution.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of origins or origin groups for this distribution.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "OriginList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains origins or origin groups for this distribution.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains origins or origin groups for this distribution.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Origin", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Origin.Builder} avoiding the need to create one manually via {@link Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link Origin.Builder#build()} is called immediately and its result is passed to {@link #member(Origin)}.\n@param member a consumer that will call methods on {@link Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Origin)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Origin", "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" : "Origin", "variableName" : "member", "variableType" : "Origin", "documentation" : null, "simpleType" : "Origin", "variableSetterType" : "Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Origin", "variableName" : "member", "variableType" : "Origin", "documentation" : "", "simpleType" : "Origin", "variableSetterType" : "Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "Origin", "memberType" : "Origin", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Origin", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        \n@param items A complex type that contains origins or origin groups for this distribution.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A complex type that contains origins or origin groups for this distribution.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity", "Items" ], "shapeName" : "Origins", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Origins", "variableName" : "origins", "variableType" : "Origins", "documentation" : null, "simpleType" : "Origins", "variableSetterType" : "Origins" }, "wrapper" : false, "xmlNamespace" : null }, "Paths" : { "c2jName" : "Paths", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@return The number of invalidation paths specified for the objects that you want to invalidate.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@return The number of invalidation paths specified for the objects that you want to invalidate.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "PathList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains a list of the paths that you want to invalidate.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains a list of the paths that you want to invalidate.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "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" : "Path", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "PathList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains a list of the paths that you want to invalidate.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains a list of the paths that you want to invalidate.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "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" : "Path", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@return The number of invalidation paths specified for the objects that you want to invalidate.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@return The number of invalidation paths specified for the objects that you want to invalidate.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@return The number of invalidation paths specified for the objects that you want to invalidate.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@return The number of invalidation paths specified for the objects that you want to invalidate.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        \n@param quantity The number of invalidation paths specified for the objects that you want to invalidate.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of invalidation paths specified for the objects that you want to invalidate.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "PathList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains a list of the paths that you want to invalidate.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A complex type that contains a list of the paths that you want to invalidate.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "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" : "Path", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        \n@param items A complex type that contains a list of the paths that you want to invalidate.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A complex type that contains a list of the paths that you want to invalidate.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "Paths", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Paths", "variableName" : "paths", "variableType" : "Paths", "documentation" : null, "simpleType" : "Paths", "variableSetterType" : "Paths" }, "wrapper" : false, "xmlNamespace" : null }, "PreconditionFailedException" : { "c2jName" : "PreconditionFailed", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        The precondition given in one or more of the request-header fields evaluated to false.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PreconditionFailed", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 412, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PreconditionFailedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PreconditionFailedException", "variableName" : "preconditionFailedException", "variableType" : "PreconditionFailedException", "documentation" : null, "simpleType" : "PreconditionFailedException", "variableSetterType" : "PreconditionFailedException" }, "wrapper" : false, "xmlNamespace" : null }, "PriceClass" : { "c2jName" : "PriceClass", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PRICE_CLASS_100", "value" : "PriceClass_100" }, { "name" : "PRICE_CLASS_200", "value" : "PriceClass_200" }, { "name" : "PRICE_CLASS_ALL", "value" : "PriceClass_All" } ], "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" : "PriceClass", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PriceClass", "variableName" : "priceClass", "variableType" : "PriceClass", "documentation" : null, "simpleType" : "PriceClass", "variableSetterType" : "PriceClass" }, "wrapper" : false, "xmlNamespace" : null }, "PublicKey" : { "c2jName" : "PublicKey", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex data type of public keys you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@return A unique ID assigned to a public key you've added to CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@return A unique ID assigned to a public key you've added to CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \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 #createdTime(Instant)}.\n@param createdTime 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 #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@return A time you added a public key to CloudFront.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "fluentSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@return A time you added a public key to CloudFront.", "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" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return A complex data type for a public key you add to CloudFront to use with features like field-level encryption.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreatedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \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 #createdTime(Instant)}.\n@param createdTime 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 #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@return A time you added a public key to CloudFront.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "fluentSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@return A time you added a public key to CloudFront.", "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" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@return A unique ID assigned to a public key you've added to CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@return A unique ID assigned to a public key you've added to CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PublicKeyConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return A complex data type for a public key you add to CloudFront to use with features like field-level encryption.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@return A unique ID assigned to a public key you've added to CloudFront.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@return A unique ID assigned to a public key you've added to CloudFront.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        \n@param id A unique ID assigned to a public key you've added to CloudFront.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        A unique ID assigned to a public key you've added to CloudFront.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \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 #createdTime(Instant)}.\n@param createdTime 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 #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@return A time you added a public key to CloudFront.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "fluentSetterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@return A time you added a public key to CloudFront.", "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" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        \n@param createdTime A time you added a public key to CloudFront.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        A time you added a public key to CloudFront.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return A complex data type for a public key you add to CloudFront to use with features like field-level encryption.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param publicKeyConfig A complex data type for a public key you add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                                                                                                                        A complex data type for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "CreatedTime", "PublicKeyConfig" ], "shapeName" : "PublicKey", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "wrapper" : false, "xmlNamespace" : null }, "PublicKeyAlreadyExistsException" : { "c2jName" : "PublicKeyAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        The specified public key already exists.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PublicKeyAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PublicKeyAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PublicKeyAlreadyExistsException", "variableName" : "publicKeyAlreadyExistsException", "variableType" : "PublicKeyAlreadyExistsException", "documentation" : null, "simpleType" : "PublicKeyAlreadyExistsException", "variableSetterType" : "PublicKeyAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "PublicKeyConfig" : { "c2jName" : "PublicKeyConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@return A unique number that ensures that the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@return A unique number that ensures that the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The name for a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The name for a public key you add to CloudFront to use with features like field-level encryption.", "getterModel" : { "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 for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.", "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 for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncodedKey", "beanStyleSetterMethodName" : "setEncodedKey", "c2jName" : "EncodedKey", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodedKey(String)}.\n@param encodedKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodedKey(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #encodedKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encodedKey(String)}\n", "documentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncodedKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncodedKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encodedKey", "fluentSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encodedKey", "getterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The encoded public key that you want to add to CloudFront to use with features like field-level encryption.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodedKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodedKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodedKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setEncodedKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public 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 #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@return An optional comment about a public key.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@return An optional comment about a public 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" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@return A unique number that ensures that the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@return A unique number that ensures that the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public 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 #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@return An optional comment about a public key.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@return An optional comment about a public 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" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EncodedKey" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncodedKey", "beanStyleSetterMethodName" : "setEncodedKey", "c2jName" : "EncodedKey", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodedKey(String)}.\n@param encodedKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodedKey(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #encodedKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encodedKey(String)}\n", "documentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncodedKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncodedKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encodedKey", "fluentSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encodedKey", "getterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The encoded public key that you want to add to CloudFront to use with features like field-level encryption.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodedKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodedKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodedKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setEncodedKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The name for a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The name for a public key you add to CloudFront to use with features like field-level encryption.", "getterModel" : { "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 for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.", "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 for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@return A unique number that ensures that the request can't be replayed.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@return A unique number that ensures that the request can't be replayed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        \n@param callerReference A unique number that ensures that the request can't be replayed.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                                                                                        A unique number that ensures that the request can't be replayed.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The name for a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The name for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The name for a public key you add to CloudFront to use with features like field-level encryption.", "getterModel" : { "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 for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param name The name for a public key you add to CloudFront to use with features like field-level encryption.", "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 for a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncodedKey", "beanStyleSetterMethodName" : "setEncodedKey", "c2jName" : "EncodedKey", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodedKey(String)}.\n@param encodedKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodedKey(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #encodedKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encodedKey(String)}\n", "documentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncodedKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncodedKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encodedKey", "fluentSetterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encodedKey", "getterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The encoded public key that you want to add to CloudFront to use with features like field-level encryption.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodedKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodedKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodedKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param encodedKey The encoded public key that you want to add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setEncodedKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : "

                                                                                                                                                        The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public 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 #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@return An optional comment about a public key.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@return An optional comment about a public 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" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        \n@param comment An optional comment about a public key.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                        An optional comment about a public key.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CallerReference", "Name", "EncodedKey" ], "shapeName" : "PublicKeyConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "wrapper" : false, "xmlNamespace" : null }, "PublicKeyInUseException" : { "c2jName" : "PublicKeyInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        The specified public key is in use.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PublicKeyInUse", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PublicKeyInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PublicKeyInUseException", "variableName" : "publicKeyInUseException", "variableType" : "PublicKeyInUseException", "documentation" : null, "simpleType" : "PublicKeyInUseException", "variableSetterType" : "PublicKeyInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "PublicKeyList" : { "c2jName" : "PublicKeyList", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A list of public keys you've added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@return The maximum number of public keys you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@return The maximum number of public keys you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The number of public keys you added to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The number of public keys you added to CloudFront to use with features like field-level encryption.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "PublicKeySummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return An array of information about a public key you add to CloudFront to use with features like field-level encryption.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PublicKeySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PublicKeySummary.Builder} avoiding the need to create one manually via {@link PublicKeySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PublicKeySummary)}.\n@param member a consumer that will call methods on {@link PublicKeySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PublicKeySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PublicKeySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PublicKeySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeySummary", "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" : "PublicKeySummary", "variableName" : "member", "variableType" : "PublicKeySummary", "documentation" : null, "simpleType" : "PublicKeySummary", "variableSetterType" : "PublicKeySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeySummary", "variableName" : "member", "variableType" : "PublicKeySummary", "documentation" : "", "simpleType" : "PublicKeySummary", "variableSetterType" : "PublicKeySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "PublicKeySummary", "memberType" : "PublicKeySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PublicKeySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "PublicKeySummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return An array of information about a public key you add to CloudFront to use with features like field-level encryption.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PublicKeySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PublicKeySummary.Builder} avoiding the need to create one manually via {@link PublicKeySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PublicKeySummary)}.\n@param member a consumer that will call methods on {@link PublicKeySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PublicKeySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PublicKeySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PublicKeySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeySummary", "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" : "PublicKeySummary", "variableName" : "member", "variableType" : "PublicKeySummary", "documentation" : null, "simpleType" : "PublicKeySummary", "variableSetterType" : "PublicKeySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeySummary", "variableName" : "member", "variableType" : "PublicKeySummary", "documentation" : "", "simpleType" : "PublicKeySummary", "variableSetterType" : "PublicKeySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "PublicKeySummary", "memberType" : "PublicKeySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PublicKeySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@return The maximum number of public keys you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@return The maximum number of public keys you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The number of public keys you added to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The number of public keys you added to CloudFront to use with features like field-level encryption.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@return If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        \n@param nextMarker If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                                                        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@return The maximum number of public keys you want in the response body.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@return The maximum number of public keys you want in the response body.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        \n@param maxItems The maximum number of public keys you want in the response body.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The maximum number of public keys you want in the response body.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The number of public keys you added to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@return The number of public keys you added to CloudFront to use with features like field-level encryption.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param quantity The number of public keys you added to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of public keys you added to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "PublicKeySummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return An array of information about a public key you add to CloudFront to use with features like field-level encryption.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PublicKeySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PublicKeySummary.Builder} avoiding the need to create one manually via {@link PublicKeySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PublicKeySummary)}.\n@param member a consumer that will call methods on {@link PublicKeySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PublicKeySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PublicKeySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PublicKeySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeySummary", "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" : "PublicKeySummary", "variableName" : "member", "variableType" : "PublicKeySummary", "documentation" : null, "simpleType" : "PublicKeySummary", "variableSetterType" : "PublicKeySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeySummary", "variableName" : "member", "variableType" : "PublicKeySummary", "documentation" : "", "simpleType" : "PublicKeySummary", "variableSetterType" : "PublicKeySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "PublicKeySummary", "memberType" : "PublicKeySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PublicKeySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        \n@param items An array of information about a public key you add to CloudFront to use with features like field-level encryption.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        An array of information about a public key you add to CloudFront to use with features like field-level encryption.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MaxItems", "Quantity" ], "shapeName" : "PublicKeyList", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PublicKeyList", "variableName" : "publicKeyList", "variableType" : "PublicKeyList", "documentation" : null, "simpleType" : "PublicKeyList", "variableSetterType" : "PublicKeyList" }, "wrapper" : false, "xmlNamespace" : null }, "PublicKeySummary" : { "c2jName" : "PublicKeySummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex data type for public key information.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@return ID for public key information summary.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@return ID for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@return Name for public key information summary.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@return Name for public key information summary.", "getterModel" : { "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" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.", "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" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \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 #createdTime(Instant)}.\n@param createdTime 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 #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@return Creation time for public key information summary.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "fluentSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@return Creation time for public key information summary.", "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" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncodedKey", "beanStyleSetterMethodName" : "setEncodedKey", "c2jName" : "EncodedKey", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodedKey(String)}.\n@param encodedKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodedKey(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@return Encoded key for public key information summary.\n@deprecated Use {@link #encodedKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encodedKey(String)}\n", "documentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncodedKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncodedKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encodedKey", "fluentSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encodedKey", "getterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@return Encoded key for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodedKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodedKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodedKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.", "setterMethodName" : "setEncodedKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@return Comment for public key information summary.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@return Comment for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@return Comment for public key information summary.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@return Comment for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \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 #createdTime(Instant)}.\n@param createdTime 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 #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@return Creation time for public key information summary.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "fluentSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@return Creation time for public key information summary.", "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" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EncodedKey" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncodedKey", "beanStyleSetterMethodName" : "setEncodedKey", "c2jName" : "EncodedKey", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodedKey(String)}.\n@param encodedKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodedKey(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@return Encoded key for public key information summary.\n@deprecated Use {@link #encodedKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encodedKey(String)}\n", "documentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncodedKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncodedKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encodedKey", "fluentSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encodedKey", "getterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@return Encoded key for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodedKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodedKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodedKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.", "setterMethodName" : "setEncodedKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@return ID for public key information summary.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@return ID for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@return Name for public key information summary.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@return Name for public key information summary.", "getterModel" : { "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" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.", "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" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@return ID for public key information summary.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@return ID for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        \n@param id ID for public key information summary.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        ID for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@return Name for public key information summary.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@return Name for public key information summary.", "getterModel" : { "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" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        \n@param name Name for public key information summary.", "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" : "

                                                                                                                                                        Name for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \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 #createdTime(Instant)}.\n@param createdTime 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 #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@return Creation time for public key information summary.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "fluentSetterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@return Creation time for public key information summary.", "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" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        \n@param createdTime Creation time for public key information summary.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        Creation time for public key information summary.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncodedKey", "beanStyleSetterMethodName" : "setEncodedKey", "c2jName" : "EncodedKey", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodedKey(String)}.\n@param encodedKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encodedKey(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@return Encoded key for public key information summary.\n@deprecated Use {@link #encodedKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encodedKey(String)}\n", "documentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncodedKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncodedKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encodedKey", "fluentSetterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encodedKey", "getterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@return Encoded key for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncodedKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncodedKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncodedKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        \n@param encodedKey Encoded key for public key information summary.", "setterMethodName" : "setEncodedKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encodedKey", "variableType" : "String", "documentation" : "

                                                                                                                                                        Encoded key for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@return Comment for public key information summary.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@return Comment for public key information summary.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        \n@param comment Comment for public key information summary.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                        Comment for public key information summary.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "Name", "CreatedTime", "EncodedKey" ], "shapeName" : "PublicKeySummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PublicKeySummary", "variableName" : "publicKeySummary", "variableType" : "PublicKeySummary", "documentation" : null, "simpleType" : "PublicKeySummary", "variableSetterType" : "PublicKeySummary" }, "wrapper" : false, "xmlNamespace" : null }, "QueryArgProfile" : { "c2jName" : "QueryArgProfile", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArg", "beanStyleSetterMethodName" : "setQueryArg", "c2jName" : "QueryArg", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryArg(String)}.\n@param queryArg a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArg(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@return Query argument for field-level encryption query argument-profile mapping.\n@deprecated Use {@link #queryArg()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArg(String)}\n", "documentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArg property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArg", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArg", "fluentSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArg", "getterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@return Query argument for field-level encryption query argument-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArg", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArg", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryArg", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.", "setterMethodName" : "setQueryArg", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryArg", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryArg", "variableType" : "String", "documentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileId", "beanStyleSetterMethodName" : "setProfileId", "c2jName" : "ProfileId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileId(String)}.\n@param profileId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@return ID of profile to use for field-level encryption query argument-profile mapping\n@deprecated Use {@link #profileId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileId(String)}\n", "documentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileId", "fluentSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileId", "getterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@return ID of profile to use for field-level encryption query argument-profile mapping", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProfileId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProfileId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping", "setterMethodName" : "setProfileId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProfileId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileId", "beanStyleSetterMethodName" : "setProfileId", "c2jName" : "ProfileId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileId(String)}.\n@param profileId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@return ID of profile to use for field-level encryption query argument-profile mapping\n@deprecated Use {@link #profileId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileId(String)}\n", "documentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileId", "fluentSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileId", "getterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@return ID of profile to use for field-level encryption query argument-profile mapping", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProfileId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProfileId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping", "setterMethodName" : "setProfileId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryArg" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArg", "beanStyleSetterMethodName" : "setQueryArg", "c2jName" : "QueryArg", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryArg(String)}.\n@param queryArg a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArg(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@return Query argument for field-level encryption query argument-profile mapping.\n@deprecated Use {@link #queryArg()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArg(String)}\n", "documentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArg property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArg", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArg", "fluentSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArg", "getterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@return Query argument for field-level encryption query argument-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArg", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArg", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryArg", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.", "setterMethodName" : "setQueryArg", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryArg", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryArg", "variableType" : "String", "documentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArg", "beanStyleSetterMethodName" : "setQueryArg", "c2jName" : "QueryArg", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryArg(String)}.\n@param queryArg a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArg(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@return Query argument for field-level encryption query argument-profile mapping.\n@deprecated Use {@link #queryArg()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArg(String)}\n", "documentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArg property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArg", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArg", "fluentSetterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArg", "getterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@return Query argument for field-level encryption query argument-profile mapping.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArg", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArg", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryArg", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        \n@param queryArg Query argument for field-level encryption query argument-profile mapping.", "setterMethodName" : "setQueryArg", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryArg", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryArg", "variableType" : "String", "documentation" : "

                                                                                                                                                        Query argument for field-level encryption query argument-profile mapping.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileId", "beanStyleSetterMethodName" : "setProfileId", "c2jName" : "ProfileId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileId(String)}.\n@param profileId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@return ID of profile to use for field-level encryption query argument-profile mapping\n@deprecated Use {@link #profileId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileId(String)}\n", "documentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileId", "fluentSetterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileId", "getterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@return ID of profile to use for field-level encryption query argument-profile mapping", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProfileId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProfileId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        \n@param profileId ID of profile to use for field-level encryption query argument-profile mapping", "setterMethodName" : "setProfileId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileId", "variableType" : "String", "documentation" : "

                                                                                                                                                        ID of profile to use for field-level encryption query argument-profile mapping

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "QueryArg", "ProfileId" ], "shapeName" : "QueryArgProfile", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryArgProfile", "variableName" : "queryArgProfile", "variableType" : "QueryArgProfile", "documentation" : null, "simpleType" : "QueryArgProfile", "variableSetterType" : "QueryArgProfile" }, "wrapper" : false, "xmlNamespace" : null }, "QueryArgProfileConfig" : { "c2jName" : "QueryArgProfileConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Configuration for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardWhenQueryArgProfileIsUnknown", "beanStyleSetterMethodName" : "setForwardWhenQueryArgProfileIsUnknown", "c2jName" : "ForwardWhenQueryArgProfileIsUnknown", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \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 #forwardWhenQueryArgProfileIsUnknown(Boolean)}.\n@param forwardWhenQueryArgProfileIsUnknown 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 #forwardWhenQueryArgProfileIsUnknown(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@return Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@deprecated Use {@link #forwardWhenQueryArgProfileIsUnknown()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardWhenQueryArgProfileIsUnknown(Boolean)}\n", "documentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForwardWhenQueryArgProfileIsUnknown property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForwardWhenQueryArgProfileIsUnknown", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardWhenQueryArgProfileIsUnknown", "fluentSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardWhenQueryArgProfileIsUnknown", "getterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@return Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.", "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" : "ForwardWhenQueryArgProfileIsUnknown", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardWhenQueryArgProfileIsUnknown", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardWhenQueryArgProfileIsUnknown", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.", "setterMethodName" : "setForwardWhenQueryArgProfileIsUnknown", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenQueryArgProfileIsUnknown", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenQueryArgProfileIsUnknown", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfiles", "beanStyleSetterMethodName" : "setQueryArgProfiles", "c2jName" : "QueryArgProfiles", "c2jShape" : "QueryArgProfiles", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link QueryArgProfiles.Builder} avoiding the need to create one manually via {@link QueryArgProfiles#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfiles.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfiles(QueryArgProfiles)}.\n@param queryArgProfiles a consumer that will call methods on {@link QueryArgProfiles.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfiles(QueryArgProfiles)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Profiles specified for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #queryArgProfiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfiles(QueryArgProfiles)}\n", "documentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfiles property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfiles", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfiles", "fluentSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfiles", "getterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Profiles specified for query argument-profile mapping for field-level encryption.", "getterModel" : { "returnType" : "QueryArgProfiles", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfiles", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setQueryArgProfiles", "setterModel" : { "variableDeclarationType" : "QueryArgProfiles", "variableName" : "queryArgProfiles", "variableType" : "QueryArgProfiles", "documentation" : null, "simpleType" : "QueryArgProfiles", "variableSetterType" : "QueryArgProfiles" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfiles", "variableName" : "queryArgProfiles", "variableType" : "QueryArgProfiles", "documentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "QueryArgProfiles", "variableSetterType" : "QueryArgProfiles" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ForwardWhenQueryArgProfileIsUnknown" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardWhenQueryArgProfileIsUnknown", "beanStyleSetterMethodName" : "setForwardWhenQueryArgProfileIsUnknown", "c2jName" : "ForwardWhenQueryArgProfileIsUnknown", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \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 #forwardWhenQueryArgProfileIsUnknown(Boolean)}.\n@param forwardWhenQueryArgProfileIsUnknown 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 #forwardWhenQueryArgProfileIsUnknown(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@return Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@deprecated Use {@link #forwardWhenQueryArgProfileIsUnknown()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardWhenQueryArgProfileIsUnknown(Boolean)}\n", "documentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForwardWhenQueryArgProfileIsUnknown property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForwardWhenQueryArgProfileIsUnknown", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardWhenQueryArgProfileIsUnknown", "fluentSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardWhenQueryArgProfileIsUnknown", "getterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@return Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.", "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" : "ForwardWhenQueryArgProfileIsUnknown", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardWhenQueryArgProfileIsUnknown", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardWhenQueryArgProfileIsUnknown", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.", "setterMethodName" : "setForwardWhenQueryArgProfileIsUnknown", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenQueryArgProfileIsUnknown", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenQueryArgProfileIsUnknown", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryArgProfiles" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfiles", "beanStyleSetterMethodName" : "setQueryArgProfiles", "c2jName" : "QueryArgProfiles", "c2jShape" : "QueryArgProfiles", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link QueryArgProfiles.Builder} avoiding the need to create one manually via {@link QueryArgProfiles#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfiles.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfiles(QueryArgProfiles)}.\n@param queryArgProfiles a consumer that will call methods on {@link QueryArgProfiles.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfiles(QueryArgProfiles)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Profiles specified for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #queryArgProfiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfiles(QueryArgProfiles)}\n", "documentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfiles property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfiles", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfiles", "fluentSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfiles", "getterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Profiles specified for query argument-profile mapping for field-level encryption.", "getterModel" : { "returnType" : "QueryArgProfiles", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfiles", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setQueryArgProfiles", "setterModel" : { "variableDeclarationType" : "QueryArgProfiles", "variableName" : "queryArgProfiles", "variableType" : "QueryArgProfiles", "documentation" : null, "simpleType" : "QueryArgProfiles", "variableSetterType" : "QueryArgProfiles" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfiles", "variableName" : "queryArgProfiles", "variableType" : "QueryArgProfiles", "documentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "QueryArgProfiles", "variableSetterType" : "QueryArgProfiles" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardWhenQueryArgProfileIsUnknown", "beanStyleSetterMethodName" : "setForwardWhenQueryArgProfileIsUnknown", "c2jName" : "ForwardWhenQueryArgProfileIsUnknown", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \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 #forwardWhenQueryArgProfileIsUnknown(Boolean)}.\n@param forwardWhenQueryArgProfileIsUnknown 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 #forwardWhenQueryArgProfileIsUnknown(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@return Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@deprecated Use {@link #forwardWhenQueryArgProfileIsUnknown()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardWhenQueryArgProfileIsUnknown(Boolean)}\n", "documentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForwardWhenQueryArgProfileIsUnknown property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForwardWhenQueryArgProfileIsUnknown", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardWhenQueryArgProfileIsUnknown", "fluentSetterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardWhenQueryArgProfileIsUnknown", "getterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@return Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.", "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" : "ForwardWhenQueryArgProfileIsUnknown", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardWhenQueryArgProfileIsUnknown", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardWhenQueryArgProfileIsUnknown", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        \n@param forwardWhenQueryArgProfileIsUnknown Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.", "setterMethodName" : "setForwardWhenQueryArgProfileIsUnknown", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenQueryArgProfileIsUnknown", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardWhenQueryArgProfileIsUnknown", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryArgProfiles", "beanStyleSetterMethodName" : "setQueryArgProfiles", "c2jName" : "QueryArgProfiles", "c2jShape" : "QueryArgProfiles", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link QueryArgProfiles.Builder} avoiding the need to create one manually via {@link QueryArgProfiles#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfiles.Builder#build()} is called immediately and its result is passed to {@link #queryArgProfiles(QueryArgProfiles)}.\n@param queryArgProfiles a consumer that will call methods on {@link QueryArgProfiles.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryArgProfiles(QueryArgProfiles)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Profiles specified for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #queryArgProfiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryArgProfiles(QueryArgProfiles)}\n", "documentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryArgProfiles property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryArgProfiles", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryArgProfiles", "fluentSetterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryArgProfiles", "getterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Profiles specified for query argument-profile mapping for field-level encryption.", "getterModel" : { "returnType" : "QueryArgProfiles", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryArgProfiles", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param queryArgProfiles Profiles specified for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setQueryArgProfiles", "setterModel" : { "variableDeclarationType" : "QueryArgProfiles", "variableName" : "queryArgProfiles", "variableType" : "QueryArgProfiles", "documentation" : null, "simpleType" : "QueryArgProfiles", "variableSetterType" : "QueryArgProfiles" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfiles", "variableName" : "queryArgProfiles", "variableType" : "QueryArgProfiles", "documentation" : "

                                                                                                                                                        Profiles specified for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "QueryArgProfiles", "variableSetterType" : "QueryArgProfiles" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ForwardWhenQueryArgProfileIsUnknown" ], "shapeName" : "QueryArgProfileConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryArgProfileConfig", "variableName" : "queryArgProfileConfig", "variableType" : "QueryArgProfileConfig", "documentation" : null, "simpleType" : "QueryArgProfileConfig", "variableSetterType" : "QueryArgProfileConfig" }, "wrapper" : false, "xmlNamespace" : null }, "QueryArgProfileEmptyException" : { "c2jName" : "QueryArgProfileEmpty", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        No profile specified for the field-level encryption query argument.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "QueryArgProfileEmpty", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryArgProfileEmptyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "QueryArgProfileEmptyException", "variableName" : "queryArgProfileEmptyException", "variableType" : "QueryArgProfileEmptyException", "documentation" : null, "simpleType" : "QueryArgProfileEmptyException", "variableSetterType" : "QueryArgProfileEmptyException" }, "wrapper" : false, "xmlNamespace" : null }, "QueryArgProfiles" : { "c2jName" : "QueryArgProfiles", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Number of profiles for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Number of profiles for query argument-profile mapping for field-level encryption.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "QueryArgProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Number of items for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Number of items for query argument-profile mapping for field-level encryption.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryArgProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryArgProfile.Builder} avoiding the need to create one manually via {@link QueryArgProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfile.Builder#build()} is called immediately and its result is passed to {@link #member(QueryArgProfile)}.\n@param member a consumer that will call methods on {@link QueryArgProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryArgProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryArgProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryArgProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfile", "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" : "QueryArgProfile", "variableName" : "member", "variableType" : "QueryArgProfile", "documentation" : null, "simpleType" : "QueryArgProfile", "variableSetterType" : "QueryArgProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfile", "variableName" : "member", "variableType" : "QueryArgProfile", "documentation" : "", "simpleType" : "QueryArgProfile", "variableSetterType" : "QueryArgProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "QueryArgProfile", "memberType" : "QueryArgProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryArgProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "QueryArgProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Number of items for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Number of items for query argument-profile mapping for field-level encryption.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryArgProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryArgProfile.Builder} avoiding the need to create one manually via {@link QueryArgProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfile.Builder#build()} is called immediately and its result is passed to {@link #member(QueryArgProfile)}.\n@param member a consumer that will call methods on {@link QueryArgProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryArgProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryArgProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryArgProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfile", "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" : "QueryArgProfile", "variableName" : "member", "variableType" : "QueryArgProfile", "documentation" : null, "simpleType" : "QueryArgProfile", "variableSetterType" : "QueryArgProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfile", "variableName" : "member", "variableType" : "QueryArgProfile", "documentation" : "", "simpleType" : "QueryArgProfile", "variableSetterType" : "QueryArgProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "QueryArgProfile", "memberType" : "QueryArgProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryArgProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Number of profiles for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Number of profiles for query argument-profile mapping for field-level encryption.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Number of profiles for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@return Number of profiles for query argument-profile mapping for field-level encryption.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param quantity Number of profiles for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        Number of profiles for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "QueryArgProfileList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Number of items for query argument-profile mapping for field-level encryption.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Number of items for query argument-profile mapping for field-level encryption.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryArgProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryArgProfile.Builder} avoiding the need to create one manually via {@link QueryArgProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryArgProfile.Builder#build()} is called immediately and its result is passed to {@link #member(QueryArgProfile)}.\n@param member a consumer that will call methods on {@link QueryArgProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryArgProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryArgProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryArgProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryArgProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryArgProfile", "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" : "QueryArgProfile", "variableName" : "member", "variableType" : "QueryArgProfile", "documentation" : null, "simpleType" : "QueryArgProfile", "variableSetterType" : "QueryArgProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryArgProfile", "variableName" : "member", "variableType" : "QueryArgProfile", "documentation" : "", "simpleType" : "QueryArgProfile", "variableSetterType" : "QueryArgProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "QueryArgProfile", "memberType" : "QueryArgProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryArgProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        \n@param items Number of items for query argument-profile mapping for field-level encryption.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Number of items for query argument-profile mapping for field-level encryption.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "QueryArgProfiles", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryArgProfiles", "variableName" : "queryArgProfiles", "variableType" : "QueryArgProfiles", "documentation" : null, "simpleType" : "QueryArgProfiles", "variableSetterType" : "QueryArgProfiles" }, "wrapper" : false, "xmlNamespace" : null }, "QueryStringCacheKeys" : { "c2jName" : "QueryStringCacheKeys", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that contains information about the query string parameters that you want CloudFront to use for caching for a cache behavior.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@return The number of whitelisted query string parameters for a cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@return The number of whitelisted query string parameters for a cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "QueryStringCacheKeysList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "QueryStringCacheKeysList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@return The number of whitelisted query string parameters for a cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@return The number of whitelisted query string parameters for a cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@return The number of whitelisted query string parameters for a cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@return The number of whitelisted query string parameters for a cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        \n@param quantity The number of whitelisted query string parameters for a cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of whitelisted query string parameters for a cache behavior.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "QueryStringCacheKeysList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Name", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        \n@param items A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity" ], "shapeName" : "QueryStringCacheKeys", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryStringCacheKeys", "variableName" : "queryStringCacheKeys", "variableType" : "QueryStringCacheKeys", "documentation" : null, "simpleType" : "QueryStringCacheKeys", "variableSetterType" : "QueryStringCacheKeys" }, "wrapper" : false, "xmlNamespace" : null }, "Restrictions" : { "c2jName" : "Restrictions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that identifies ways in which you want to restrict distribution of your content.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGeoRestriction", "beanStyleSetterMethodName" : "setGeoRestriction", "c2jName" : "GeoRestriction", "c2jShape" : "GeoRestriction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link GeoRestriction.Builder} avoiding the need to create one manually via {@link GeoRestriction#builder()}.\n\nWhen the {@link Consumer} completes, {@link GeoRestriction.Builder#build()} is called immediately and its result is passed to {@link #geoRestriction(GeoRestriction)}.\n@param geoRestriction a consumer that will call methods on {@link GeoRestriction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #geoRestriction(GeoRestriction)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@return A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@deprecated Use {@link #geoRestriction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #geoRestriction(GeoRestriction)}\n", "documentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GeoRestriction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasGeoRestriction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "geoRestriction", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "geoRestriction", "getterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@return A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.", "getterModel" : { "returnType" : "GeoRestriction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GeoRestriction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "GeoRestriction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GeoRestriction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.", "setterMethodName" : "setGeoRestriction", "setterModel" : { "variableDeclarationType" : "GeoRestriction", "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "documentation" : null, "simpleType" : "GeoRestriction", "variableSetterType" : "GeoRestriction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "GeoRestriction", "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "documentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        ", "simpleType" : "GeoRestriction", "variableSetterType" : "GeoRestriction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GeoRestriction" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGeoRestriction", "beanStyleSetterMethodName" : "setGeoRestriction", "c2jName" : "GeoRestriction", "c2jShape" : "GeoRestriction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link GeoRestriction.Builder} avoiding the need to create one manually via {@link GeoRestriction#builder()}.\n\nWhen the {@link Consumer} completes, {@link GeoRestriction.Builder#build()} is called immediately and its result is passed to {@link #geoRestriction(GeoRestriction)}.\n@param geoRestriction a consumer that will call methods on {@link GeoRestriction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #geoRestriction(GeoRestriction)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@return A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@deprecated Use {@link #geoRestriction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #geoRestriction(GeoRestriction)}\n", "documentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GeoRestriction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasGeoRestriction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "geoRestriction", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "geoRestriction", "getterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@return A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.", "getterModel" : { "returnType" : "GeoRestriction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GeoRestriction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "GeoRestriction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GeoRestriction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.", "setterMethodName" : "setGeoRestriction", "setterModel" : { "variableDeclarationType" : "GeoRestriction", "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "documentation" : null, "simpleType" : "GeoRestriction", "variableSetterType" : "GeoRestriction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "GeoRestriction", "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "documentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        ", "simpleType" : "GeoRestriction", "variableSetterType" : "GeoRestriction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGeoRestriction", "beanStyleSetterMethodName" : "setGeoRestriction", "c2jName" : "GeoRestriction", "c2jShape" : "GeoRestriction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link GeoRestriction.Builder} avoiding the need to create one manually via {@link GeoRestriction#builder()}.\n\nWhen the {@link Consumer} completes, {@link GeoRestriction.Builder#build()} is called immediately and its result is passed to {@link #geoRestriction(GeoRestriction)}.\n@param geoRestriction a consumer that will call methods on {@link GeoRestriction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #geoRestriction(GeoRestriction)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@return A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@deprecated Use {@link #geoRestriction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #geoRestriction(GeoRestriction)}\n", "documentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GeoRestriction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasGeoRestriction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "geoRestriction", "fluentSetterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "geoRestriction", "getterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@return A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.", "getterModel" : { "returnType" : "GeoRestriction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GeoRestriction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "GeoRestriction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GeoRestriction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        \n@param geoRestriction A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.", "setterMethodName" : "setGeoRestriction", "setterModel" : { "variableDeclarationType" : "GeoRestriction", "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "documentation" : null, "simpleType" : "GeoRestriction", "variableSetterType" : "GeoRestriction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "GeoRestriction", "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "documentation" : "

                                                                                                                                                        A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

                                                                                                                                                        ", "simpleType" : "GeoRestriction", "variableSetterType" : "GeoRestriction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "GeoRestriction" ], "shapeName" : "Restrictions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Restrictions", "variableName" : "restrictions", "variableType" : "Restrictions", "documentation" : null, "simpleType" : "Restrictions", "variableSetterType" : "Restrictions" }, "wrapper" : false, "xmlNamespace" : null }, "S3Origin" : { "c2jName" : "S3Origin", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@return The DNS name of the Amazon S3 origin.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@return The DNS name of the Amazon S3 origin.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginAccessIdentity", "beanStyleSetterMethodName" : "setOriginAccessIdentity", "c2jName" : "OriginAccessIdentity", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer 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 #originAccessIdentity(String)}.\n@param originAccessIdentity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originAccessIdentity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #originAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originAccessIdentity(String)}\n", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originAccessIdentity", "getterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer 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" : "OriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@return The DNS name of the Amazon S3 origin.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@return The DNS name of the Amazon S3 origin.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginAccessIdentity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginAccessIdentity", "beanStyleSetterMethodName" : "setOriginAccessIdentity", "c2jName" : "OriginAccessIdentity", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer 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 #originAccessIdentity(String)}.\n@param originAccessIdentity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originAccessIdentity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #originAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originAccessIdentity(String)}\n", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originAccessIdentity", "getterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer 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" : "OriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@return The DNS name of the Amazon S3 origin.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@return The DNS name of the Amazon S3 origin.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        \n@param domainName The DNS name of the Amazon S3 origin.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                        The DNS name of the Amazon S3 origin.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginAccessIdentity", "beanStyleSetterMethodName" : "setOriginAccessIdentity", "c2jName" : "OriginAccessIdentity", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer 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 #originAccessIdentity(String)}.\n@param originAccessIdentity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originAccessIdentity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #originAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originAccessIdentity(String)}\n", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originAccessIdentity", "getterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer 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" : "OriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.

                                                                                                                                                        If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "OriginAccessIdentity" ], "shapeName" : "S3Origin", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : null, "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "wrapper" : false, "xmlNamespace" : null }, "S3OriginConfig" : { "c2jName" : "S3OriginConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginAccessIdentity", "beanStyleSetterMethodName" : "setOriginAccessIdentity", "c2jName" : "OriginAccessIdentity", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer 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 #originAccessIdentity(String)}.\n@param originAccessIdentity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originAccessIdentity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #originAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originAccessIdentity(String)}\n", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originAccessIdentity", "getterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer 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" : "OriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OriginAccessIdentity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginAccessIdentity", "beanStyleSetterMethodName" : "setOriginAccessIdentity", "c2jName" : "OriginAccessIdentity", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer 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 #originAccessIdentity(String)}.\n@param originAccessIdentity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originAccessIdentity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #originAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originAccessIdentity(String)}\n", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originAccessIdentity", "getterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer 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" : "OriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOriginAccessIdentity", "beanStyleSetterMethodName" : "setOriginAccessIdentity", "c2jName" : "OriginAccessIdentity", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer 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 #originAccessIdentity(String)}.\n@param originAccessIdentity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originAccessIdentity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #originAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #originAccessIdentity(String)}\n", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originAccessIdentity", "getterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer 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" : "OriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        \n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originAccessIdentity", "variableType" : "String", "documentation" : "

                                                                                                                                                        The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:

                                                                                                                                                        origin-access-identity/cloudfront/ID-of-origin-access-identity

                                                                                                                                                        where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

                                                                                                                                                        If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.

                                                                                                                                                        To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element.

                                                                                                                                                        To replace the origin access identity, update the distribution configuration and specify the new origin access identity.

                                                                                                                                                        For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OriginAccessIdentity" ], "shapeName" : "S3OriginConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3OriginConfig", "variableName" : "s3OriginConfig", "variableType" : "S3OriginConfig", "documentation" : null, "simpleType" : "S3OriginConfig", "variableSetterType" : "S3OriginConfig" }, "wrapper" : false, "xmlNamespace" : null }, "SSLSupportMethod" : { "c2jName" : "SSLSupportMethod", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SNI_ONLY", "value" : "sni-only" }, { "name" : "VIP", "value" : "vip" } ], "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" : "SSLSupportMethod", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SSLSupportMethod", "variableName" : "sslSupportMethod", "variableType" : "SSLSupportMethod", "documentation" : null, "simpleType" : "SSLSupportMethod", "variableSetterType" : "SSLSupportMethod" }, "wrapper" : false, "xmlNamespace" : null }, "Signer" : { "c2jName" : "Signer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsAccountNumber", "beanStyleSetterMethodName" : "setAwsAccountNumber", "c2jName" : "AwsAccountNumber", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                        • self, which is the AWS account used to create the distribution.

                                                                                                                                                        • An AWS account 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 #awsAccountNumber(String)}.\n@param awsAccountNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsAccountNumber(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                        • self, which is the AWS account used to create the distribution.

                                                                                                                                                        • An AWS account number.

                                                                                                                                                        \n@return An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                        • self, which is the AWS account used to create the distribution.

                                                                                                                                                        • An AWS account number.

                                                                                                                                                        • \n@deprecated Use {@link #awsAccountNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                          An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                          • self, which is the AWS account used to create the distribution.

                                                                                                                                                          • An AWS account number.

                                                                                                                                                          \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                          • self, which is the AWS account used to create the distribution.

                                                                                                                                                          • An AWS account number.

                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsAccountNumber(String)}\n", "documentation" : "

                                                                                                                                                            An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                            • self, which is the AWS account used to create the distribution.

                                                                                                                                                            • An AWS account number.

                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsAccountNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsAccountNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsAccountNumber", "fluentSetterDocumentation" : "

                                                                                                                                                            An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                            • self, which is the AWS account used to create the distribution.

                                                                                                                                                            • An AWS account number.

                                                                                                                                                            \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                            • self, which is the AWS account used to create the distribution.

                                                                                                                                                            • An AWS account number.

                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsAccountNumber", "getterDocumentation" : "

                                                                                                                                                              An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                              • self, which is the AWS account used to create the distribution.

                                                                                                                                                              • An AWS account number.

                                                                                                                                                              \n@return An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                              • self, which is the AWS account used to create the distribution.

                                                                                                                                                              • An AWS account 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" : "AwsAccountNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsAccountNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AwsAccountNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                • self, which is the AWS account used to create the distribution.

                                                                                                                                                                • An AWS account number.

                                                                                                                                                                \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                • self, which is the AWS account used to create the distribution.

                                                                                                                                                                • An AWS account number.

                                                                                                                                                                • ", "setterMethodName" : "setAwsAccountNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsAccountNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsAccountNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                  An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                  • self, which is the AWS account used to create the distribution.

                                                                                                                                                                  • An AWS account number.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPairIds", "beanStyleSetterMethodName" : "setKeyPairIds", "c2jName" : "KeyPairIds", "c2jShape" : "KeyPairIds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                  A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link KeyPairIds.Builder} avoiding the need to create one manually via {@link KeyPairIds#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeyPairIds.Builder#build()} is called immediately and its result is passed to {@link #keyPairIds(KeyPairIds)}.\n@param keyPairIds a consumer that will call methods on {@link KeyPairIds.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyPairIds(KeyPairIds)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                  A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                  \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@deprecated Use {@link #keyPairIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                  A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                  \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPairIds(KeyPairIds)}\n", "documentation" : "

                                                                                                                                                                  A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPairIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeyPairIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPairIds", "fluentSetterDocumentation" : "

                                                                                                                                                                  A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                  \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPairIds", "getterDocumentation" : "

                                                                                                                                                                  A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                  \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "getterModel" : { "returnType" : "KeyPairIds", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyPairIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyPairIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KeyPairIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                  A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                  \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "setterMethodName" : "setKeyPairIds", "setterModel" : { "variableDeclarationType" : "KeyPairIds", "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "documentation" : null, "simpleType" : "KeyPairIds", "variableSetterType" : "KeyPairIds" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeyPairIds", "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "documentation" : "

                                                                                                                                                                  A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                  ", "simpleType" : "KeyPairIds", "variableSetterType" : "KeyPairIds" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AwsAccountNumber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsAccountNumber", "beanStyleSetterMethodName" : "setAwsAccountNumber", "c2jName" : "AwsAccountNumber", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                  An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                  • self, which is the AWS account used to create the distribution.

                                                                                                                                                                  • An AWS account 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 #awsAccountNumber(String)}.\n@param awsAccountNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsAccountNumber(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                  An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                  • self, which is the AWS account used to create the distribution.

                                                                                                                                                                  • An AWS account number.

                                                                                                                                                                  \n@return An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                  • self, which is the AWS account used to create the distribution.

                                                                                                                                                                  • An AWS account number.

                                                                                                                                                                  • \n@deprecated Use {@link #awsAccountNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                    An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                    • self, which is the AWS account used to create the distribution.

                                                                                                                                                                    • An AWS account number.

                                                                                                                                                                    \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                    • self, which is the AWS account used to create the distribution.

                                                                                                                                                                    • An AWS account number.

                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsAccountNumber(String)}\n", "documentation" : "

                                                                                                                                                                      An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                      • self, which is the AWS account used to create the distribution.

                                                                                                                                                                      • An AWS account number.

                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsAccountNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsAccountNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsAccountNumber", "fluentSetterDocumentation" : "

                                                                                                                                                                      An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                      • self, which is the AWS account used to create the distribution.

                                                                                                                                                                      • An AWS account number.

                                                                                                                                                                      \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                      • self, which is the AWS account used to create the distribution.

                                                                                                                                                                      • An AWS account number.

                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsAccountNumber", "getterDocumentation" : "

                                                                                                                                                                        An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                        • self, which is the AWS account used to create the distribution.

                                                                                                                                                                        • An AWS account number.

                                                                                                                                                                        \n@return An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                        • self, which is the AWS account used to create the distribution.

                                                                                                                                                                        • An AWS account 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" : "AwsAccountNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsAccountNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AwsAccountNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                          An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                          • self, which is the AWS account used to create the distribution.

                                                                                                                                                                          • An AWS account number.

                                                                                                                                                                          \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                          • self, which is the AWS account used to create the distribution.

                                                                                                                                                                          • An AWS account number.

                                                                                                                                                                          • ", "setterMethodName" : "setAwsAccountNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsAccountNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsAccountNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                            An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                            • self, which is the AWS account used to create the distribution.

                                                                                                                                                                            • An AWS account number.

                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KeyPairIds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPairIds", "beanStyleSetterMethodName" : "setKeyPairIds", "c2jName" : "KeyPairIds", "c2jShape" : "KeyPairIds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link KeyPairIds.Builder} avoiding the need to create one manually via {@link KeyPairIds#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeyPairIds.Builder#build()} is called immediately and its result is passed to {@link #keyPairIds(KeyPairIds)}.\n@param keyPairIds a consumer that will call methods on {@link KeyPairIds.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyPairIds(KeyPairIds)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                            \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@deprecated Use {@link #keyPairIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                            \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPairIds(KeyPairIds)}\n", "documentation" : "

                                                                                                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPairIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeyPairIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPairIds", "fluentSetterDocumentation" : "

                                                                                                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                            \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPairIds", "getterDocumentation" : "

                                                                                                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                            \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "getterModel" : { "returnType" : "KeyPairIds", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyPairIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyPairIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KeyPairIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                            \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "setterMethodName" : "setKeyPairIds", "setterModel" : { "variableDeclarationType" : "KeyPairIds", "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "documentation" : null, "simpleType" : "KeyPairIds", "variableSetterType" : "KeyPairIds" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeyPairIds", "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "documentation" : "

                                                                                                                                                                            A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                            ", "simpleType" : "KeyPairIds", "variableSetterType" : "KeyPairIds" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsAccountNumber", "beanStyleSetterMethodName" : "setAwsAccountNumber", "c2jName" : "AwsAccountNumber", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                            • self, which is the AWS account used to create the distribution.

                                                                                                                                                                            • An AWS account 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 #awsAccountNumber(String)}.\n@param awsAccountNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsAccountNumber(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                            • self, which is the AWS account used to create the distribution.

                                                                                                                                                                            • An AWS account number.

                                                                                                                                                                            \n@return An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                            • self, which is the AWS account used to create the distribution.

                                                                                                                                                                            • An AWS account number.

                                                                                                                                                                            • \n@deprecated Use {@link #awsAccountNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                              An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                              • self, which is the AWS account used to create the distribution.

                                                                                                                                                                              • An AWS account number.

                                                                                                                                                                              \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                              • self, which is the AWS account used to create the distribution.

                                                                                                                                                                              • An AWS account number.

                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsAccountNumber(String)}\n", "documentation" : "

                                                                                                                                                                                An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                                • self, which is the AWS account used to create the distribution.

                                                                                                                                                                                • An AWS account number.

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsAccountNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsAccountNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsAccountNumber", "fluentSetterDocumentation" : "

                                                                                                                                                                                An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                                • self, which is the AWS account used to create the distribution.

                                                                                                                                                                                • An AWS account number.

                                                                                                                                                                                \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                                • self, which is the AWS account used to create the distribution.

                                                                                                                                                                                • An AWS account number.

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsAccountNumber", "getterDocumentation" : "

                                                                                                                                                                                  An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                                  • self, which is the AWS account used to create the distribution.

                                                                                                                                                                                  • An AWS account number.

                                                                                                                                                                                  \n@return An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                                  • self, which is the AWS account used to create the distribution.

                                                                                                                                                                                  • An AWS account 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" : "AwsAccountNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsAccountNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AwsAccountNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                    An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                                    • self, which is the AWS account used to create the distribution.

                                                                                                                                                                                    • An AWS account number.

                                                                                                                                                                                    \n@param awsAccountNumber An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                                    • self, which is the AWS account used to create the distribution.

                                                                                                                                                                                    • An AWS account number.

                                                                                                                                                                                    • ", "setterMethodName" : "setAwsAccountNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsAccountNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsAccountNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:

                                                                                                                                                                                      • self, which is the AWS account used to create the distribution.

                                                                                                                                                                                      • An AWS account number.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPairIds", "beanStyleSetterMethodName" : "setKeyPairIds", "c2jName" : "KeyPairIds", "c2jShape" : "KeyPairIds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link KeyPairIds.Builder} avoiding the need to create one manually via {@link KeyPairIds#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeyPairIds.Builder#build()} is called immediately and its result is passed to {@link #keyPairIds(KeyPairIds)}.\n@param keyPairIds a consumer that will call methods on {@link KeyPairIds.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyPairIds(KeyPairIds)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                                      \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@deprecated Use {@link #keyPairIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                                      \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPairIds(KeyPairIds)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPairIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeyPairIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPairIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                                      \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPairIds", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                                      \n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "getterModel" : { "returnType" : "KeyPairIds", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyPairIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyPairIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KeyPairIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                                      \n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "setterMethodName" : "setKeyPairIds", "setterModel" : { "variableDeclarationType" : "KeyPairIds", "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "documentation" : null, "simpleType" : "KeyPairIds", "variableSetterType" : "KeyPairIds" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeyPairIds", "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "documentation" : "

                                                                                                                                                                                      A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

                                                                                                                                                                                      ", "simpleType" : "KeyPairIds", "variableSetterType" : "KeyPairIds" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Signer", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Signer", "variableName" : "signer", "variableType" : "Signer", "documentation" : null, "simpleType" : "Signer", "variableSetterType" : "Signer" }, "wrapper" : false, "xmlNamespace" : null }, "SslProtocol" : { "c2jName" : "SslProtocol", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SSL_V3", "value" : "SSLv3" }, { "name" : "TLS_V1", "value" : "TLSv1" }, { "name" : "TLS_V1_1", "value" : "TLSv1.1" }, { "name" : "TLS_V1_2", "value" : "TLSv1.2" } ], "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" : "SslProtocol", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SslProtocol", "variableName" : "sslProtocol", "variableType" : "SslProtocol", "documentation" : null, "simpleType" : "SslProtocol", "variableSetterType" : "SslProtocol" }, "wrapper" : false, "xmlNamespace" : null }, "StatusCodes" : { "c2jName" : "StatusCodes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@return The number of status codes.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@return The number of status codes.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "StatusCodeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return The items (status codes) for an origin group.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return The items (status codes) for an origin group.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(Integer)}.\n@param member 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 #member(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "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" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "StatusCode", "memberType" : "Integer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "Integer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "StatusCodeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return The items (status codes) for an origin group.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return The items (status codes) for an origin group.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(Integer)}.\n@param member 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 #member(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "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" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "StatusCode", "memberType" : "Integer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "Integer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@return The number of status codes.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@return The number of status codes.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@return The number of status codes.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@return The number of status codes.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      \n@param quantity The number of status codes.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of status codes.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "StatusCodeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return The items (status codes) for an origin group.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return The items (status codes) for an origin group.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(Integer)}.\n@param member 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 #member(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "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" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "StatusCode", "memberType" : "Integer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "Integer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      \n@param items The items (status codes) for an origin group.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The items (status codes) for an origin group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Quantity", "Items" ], "shapeName" : "StatusCodes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StatusCodes", "variableName" : "statusCodes", "variableType" : "StatusCodes", "documentation" : null, "simpleType" : "StatusCodes", "variableSetterType" : "StatusCodes" }, "wrapper" : false, "xmlNamespace" : null }, "StreamingDistribution" : { "c2jName" : "StreamingDistribution", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to track and manage content delivery.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@return The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@return The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@return The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@return The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "getterModel" : { "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 status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "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 status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time that the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time that the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveTrustedSigners", "beanStyleSetterMethodName" : "setActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link ActiveTrustedSigners.Builder} avoiding the need to create one manually via {@link ActiveTrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActiveTrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #activeTrustedSigners(ActiveTrustedSigners)}.\n@param activeTrustedSigners a consumer that will call methods on {@link ActiveTrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeTrustedSigners(ActiveTrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #activeTrustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeTrustedSigners(ActiveTrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveTrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeTrustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeTrustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveTrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveTrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActiveTrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setActiveTrustedSigners", "setterModel" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : null, "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@return The current configuration information for the RTMP distribution.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@return The current configuration information for the RTMP distribution.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ActiveTrustedSigners" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveTrustedSigners", "beanStyleSetterMethodName" : "setActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link ActiveTrustedSigners.Builder} avoiding the need to create one manually via {@link ActiveTrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActiveTrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #activeTrustedSigners(ActiveTrustedSigners)}.\n@param activeTrustedSigners a consumer that will call methods on {@link ActiveTrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeTrustedSigners(ActiveTrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #activeTrustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeTrustedSigners(ActiveTrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveTrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeTrustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeTrustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveTrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveTrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActiveTrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setActiveTrustedSigners", "setterModel" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : null, "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@return The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@return The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time that the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time that the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@return The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@return The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "getterModel" : { "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 status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "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 status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamingDistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@return The current configuration information for the RTMP distribution.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@return The current configuration information for the RTMP distribution.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@return The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@return The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      \n@param id The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@return The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                      The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@return The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "getterModel" : { "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 status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      \n@param status The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.", "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 status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time that the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time that the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time that the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time that the distribution was last modified.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveTrustedSigners", "beanStyleSetterMethodName" : "setActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link ActiveTrustedSigners.Builder} avoiding the need to create one manually via {@link ActiveTrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActiveTrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #activeTrustedSigners(ActiveTrustedSigners)}.\n@param activeTrustedSigners a consumer that will call methods on {@link ActiveTrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeTrustedSigners(ActiveTrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #activeTrustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeTrustedSigners(ActiveTrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveTrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeTrustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeTrustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveTrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveTrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActiveTrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param activeTrustedSigners A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setActiveTrustedSigners", "setterModel" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : null, "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActiveTrustedSigners", "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "ActiveTrustedSigners", "variableSetterType" : "ActiveTrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@return The current configuration information for the RTMP distribution.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@return The current configuration information for the RTMP distribution.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      \n@param streamingDistributionConfig The current configuration information for the RTMP distribution.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      The current configuration information for the RTMP distribution.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "ARN", "Status", "DomainName", "ActiveTrustedSigners", "StreamingDistributionConfig" ], "shapeName" : "StreamingDistribution", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "wrapper" : false, "xmlNamespace" : null }, "StreamingDistributionAlreadyExistsException" : { "c2jName" : "StreamingDistributionAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The caller reference you attempted to create the streaming distribution with is associated with another distribution

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "StreamingDistributionAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamingDistributionAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionAlreadyExistsException", "variableName" : "streamingDistributionAlreadyExistsException", "variableType" : "StreamingDistributionAlreadyExistsException", "documentation" : null, "simpleType" : "StreamingDistributionAlreadyExistsException", "variableSetterType" : "StreamingDistributionAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "StreamingDistributionConfig" : { "c2jName" : "StreamingDistributionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The RTMP distribution's configuration information.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Origin", "beanStyleSetterMethodName" : "setS3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link S3Origin.Builder} avoiding the need to create one manually via {@link S3Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Origin.Builder#build()} is called immediately and its result is passed to {@link #s3Origin(S3Origin)}.\n@param s3Origin a consumer that will call methods on {@link S3Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Origin(S3Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@deprecated Use {@link #s3Origin()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Origin(S3Origin)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Origin property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Origin", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Origin", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Origin", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Origin", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Origin", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "setterMethodName" : "setS3Origin", "setterModel" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : null, "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@return Any comments you want to include about the streaming distribution.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@return Any comments you want to include about the streaming distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogging", "beanStyleSetterMethodName" : "setLogging", "c2jName" : "Logging", "c2jShape" : "StreamingLoggingConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingLoggingConfig.Builder} avoiding the need to create one manually via {@link StreamingLoggingConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingLoggingConfig.Builder#build()} is called immediately and its result is passed to {@link #logging(StreamingLoggingConfig)}.\n@param logging a consumer that will call methods on {@link StreamingLoggingConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logging(StreamingLoggingConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@return A complex type that controls whether access logs are written for the streaming distribution.\n@deprecated Use {@link #logging()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logging(StreamingLoggingConfig)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Logging property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogging", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logging", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logging", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@return A complex type that controls whether access logs are written for the streaming distribution.", "getterModel" : { "returnType" : "StreamingLoggingConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Logging", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Logging", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Logging", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.", "setterMethodName" : "setLogging", "setterModel" : { "variableDeclarationType" : "StreamingLoggingConfig", "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "documentation" : null, "simpleType" : "StreamingLoggingConfig", "variableSetterType" : "StreamingLoggingConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingLoggingConfig", "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "documentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "StreamingLoggingConfig", "variableSetterType" : "StreamingLoggingConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@return Whether the streaming distribution is enabled to accept user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@return Whether the streaming distribution is enabled to accept user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Aliases" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CallerReference" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@return Any comments you want to include about the streaming distribution.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@return Any comments you want to include about the streaming distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@return Whether the streaming distribution is enabled to accept user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@return Whether the streaming distribution is enabled to accept user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Logging" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogging", "beanStyleSetterMethodName" : "setLogging", "c2jName" : "Logging", "c2jShape" : "StreamingLoggingConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingLoggingConfig.Builder} avoiding the need to create one manually via {@link StreamingLoggingConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingLoggingConfig.Builder#build()} is called immediately and its result is passed to {@link #logging(StreamingLoggingConfig)}.\n@param logging a consumer that will call methods on {@link StreamingLoggingConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logging(StreamingLoggingConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@return A complex type that controls whether access logs are written for the streaming distribution.\n@deprecated Use {@link #logging()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logging(StreamingLoggingConfig)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Logging property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogging", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logging", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logging", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@return A complex type that controls whether access logs are written for the streaming distribution.", "getterModel" : { "returnType" : "StreamingLoggingConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Logging", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Logging", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Logging", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.", "setterMethodName" : "setLogging", "setterModel" : { "variableDeclarationType" : "StreamingLoggingConfig", "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "documentation" : null, "simpleType" : "StreamingLoggingConfig", "variableSetterType" : "StreamingLoggingConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingLoggingConfig", "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "documentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "StreamingLoggingConfig", "variableSetterType" : "StreamingLoggingConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PriceClass" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3Origin" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Origin", "beanStyleSetterMethodName" : "setS3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link S3Origin.Builder} avoiding the need to create one manually via {@link S3Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Origin.Builder#build()} is called immediately and its result is passed to {@link #s3Origin(S3Origin)}.\n@param s3Origin a consumer that will call methods on {@link S3Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Origin(S3Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@deprecated Use {@link #s3Origin()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Origin(S3Origin)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Origin property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Origin", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Origin", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Origin", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Origin", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Origin", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "setterMethodName" : "setS3Origin", "setterModel" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : null, "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrustedSigners" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCallerReference", "beanStyleSetterMethodName" : "setCallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #callerReference(String)}.\n@param callerReference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #callerReference(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@deprecated Use {@link #callerReference()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #callerReference(String)}\n", "documentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CallerReference property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCallerReference", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "callerReference", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "callerReference", "getterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@return A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CallerReference", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CallerReference", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      \n@param callerReference A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.", "setterMethodName" : "setCallerReference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

                                                                                                                                                                                      If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

                                                                                                                                                                                      If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Origin", "beanStyleSetterMethodName" : "setS3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link S3Origin.Builder} avoiding the need to create one manually via {@link S3Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Origin.Builder#build()} is called immediately and its result is passed to {@link #s3Origin(S3Origin)}.\n@param s3Origin a consumer that will call methods on {@link S3Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Origin(S3Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@deprecated Use {@link #s3Origin()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Origin(S3Origin)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Origin property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Origin", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Origin", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Origin", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Origin", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Origin", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "setterMethodName" : "setS3Origin", "setterModel" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : null, "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@return Any comments you want to include about the streaming distribution.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@return Any comments you want to include about the streaming distribution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      \n@param comment Any comments you want to include about the streaming distribution.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      Any comments you want to include about the streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogging", "beanStyleSetterMethodName" : "setLogging", "c2jName" : "Logging", "c2jShape" : "StreamingLoggingConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingLoggingConfig.Builder} avoiding the need to create one manually via {@link StreamingLoggingConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingLoggingConfig.Builder#build()} is called immediately and its result is passed to {@link #logging(StreamingLoggingConfig)}.\n@param logging a consumer that will call methods on {@link StreamingLoggingConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logging(StreamingLoggingConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@return A complex type that controls whether access logs are written for the streaming distribution.\n@deprecated Use {@link #logging()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logging(StreamingLoggingConfig)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Logging property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogging", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logging", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logging", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@return A complex type that controls whether access logs are written for the streaming distribution.", "getterModel" : { "returnType" : "StreamingLoggingConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Logging", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Logging", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Logging", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      \n@param logging A complex type that controls whether access logs are written for the streaming distribution.", "setterMethodName" : "setLogging", "setterModel" : { "variableDeclarationType" : "StreamingLoggingConfig", "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "documentation" : null, "simpleType" : "StreamingLoggingConfig", "variableSetterType" : "StreamingLoggingConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingLoggingConfig", "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "documentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for the streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "StreamingLoggingConfig", "variableSetterType" : "StreamingLoggingConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@return Whether the streaming distribution is enabled to accept user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@return Whether the streaming distribution is enabled to accept user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the streaming distribution is enabled to accept user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Whether the streaming distribution is enabled to accept user requests for content.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CallerReference", "S3Origin", "Comment", "TrustedSigners", "Enabled" ], "shapeName" : "StreamingDistributionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "StreamingDistributionConfigWithTags" : { "c2jName" : "StreamingDistributionConfigWithTags", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@return A streaming distribution Configuration.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@return A streaming distribution Configuration.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamingDistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@return A streaming distribution Configuration.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@return A streaming distribution Configuration.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@return A streaming distribution Configuration.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@return A streaming distribution Configuration.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      \n@param streamingDistributionConfig A streaming distribution Configuration.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      A streaming distribution Configuration.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamingDistributionConfig", "Tags" ], "shapeName" : "StreamingDistributionConfigWithTags", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamingDistributionConfigWithTags", "variableName" : "streamingDistributionConfigWithTags", "variableType" : "StreamingDistributionConfigWithTags", "documentation" : null, "simpleType" : "StreamingDistributionConfigWithTags", "variableSetterType" : "StreamingDistributionConfigWithTags" }, "wrapper" : false, "xmlNamespace" : null }, "StreamingDistributionList" : { "c2jName" : "StreamingDistributionList", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A streaming distribution list.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@return The value you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@return The value you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@return The value you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@return The value you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@return The number of streaming distributions that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@return The number of streaming distributions that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "StreamingDistributionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StreamingDistributionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StreamingDistributionSummary.Builder} avoiding the need to create one manually via {@link StreamingDistributionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(StreamingDistributionSummary)}.\n@param member a consumer that will call methods on {@link StreamingDistributionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StreamingDistributionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(StreamingDistributionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "StreamingDistributionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionSummary", "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" : "StreamingDistributionSummary", "variableName" : "member", "variableType" : "StreamingDistributionSummary", "documentation" : null, "simpleType" : "StreamingDistributionSummary", "variableSetterType" : "StreamingDistributionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionSummary", "variableName" : "member", "variableType" : "StreamingDistributionSummary", "documentation" : "", "simpleType" : "StreamingDistributionSummary", "variableSetterType" : "StreamingDistributionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "StreamingDistributionSummary", "memberType" : "StreamingDistributionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "StreamingDistributionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsTruncated" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "StreamingDistributionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StreamingDistributionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StreamingDistributionSummary.Builder} avoiding the need to create one manually via {@link StreamingDistributionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(StreamingDistributionSummary)}.\n@param member a consumer that will call methods on {@link StreamingDistributionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StreamingDistributionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(StreamingDistributionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "StreamingDistributionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionSummary", "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" : "StreamingDistributionSummary", "variableName" : "member", "variableType" : "StreamingDistributionSummary", "documentation" : null, "simpleType" : "StreamingDistributionSummary", "variableSetterType" : "StreamingDistributionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionSummary", "variableName" : "member", "variableType" : "StreamingDistributionSummary", "documentation" : "", "simpleType" : "StreamingDistributionSummary", "variableSetterType" : "StreamingDistributionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "StreamingDistributionSummary", "memberType" : "StreamingDistributionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "StreamingDistributionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@return The value you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@return The value you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@return The value you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@return The value you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@return The number of streaming distributions that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@return The number of streaming distributions that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@return The value you provided for the Marker request parameter.\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@return The value you provided for the Marker request parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      \n@param marker The value you provided for the Marker request parameter.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value you provided for the Marker request parameter.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      \n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \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 #maxItems(Integer)}.\n@param maxItems 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 #maxItems(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@return The value you provided for the MaxItems request parameter.\n@deprecated Use {@link #maxItems()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxItems(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxItems property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@return The value you provided for the MaxItems request parameter.", "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" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      \n@param maxItems The value you provided for the MaxItems request parameter.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The value you provided for the MaxItems request parameter.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsTruncated", "beanStyleSetterMethodName" : "setIsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isTruncated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@deprecated Use {@link #isTruncated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isTruncated(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsTruncated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsTruncated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isTruncated", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isTruncated", "getterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsTruncated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsTruncated", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      \n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "setterMethodName" : "setIsTruncated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@return The number of streaming distributions that were created by the current AWS account.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@return The number of streaming distributions that were created by the current AWS account.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      \n@param quantity The number of streaming distributions that were created by the current AWS account.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of streaming distributions that were created by the current AWS account.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "StreamingDistributionSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StreamingDistributionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StreamingDistributionSummary.Builder} avoiding the need to create one manually via {@link StreamingDistributionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(StreamingDistributionSummary)}.\n@param member a consumer that will call methods on {@link StreamingDistributionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StreamingDistributionSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(StreamingDistributionSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "StreamingDistributionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionSummary", "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" : "StreamingDistributionSummary", "variableName" : "member", "variableType" : "StreamingDistributionSummary", "documentation" : null, "simpleType" : "StreamingDistributionSummary", "variableSetterType" : "StreamingDistributionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionSummary", "variableName" : "member", "variableType" : "StreamingDistributionSummary", "documentation" : "", "simpleType" : "StreamingDistributionSummary", "variableSetterType" : "StreamingDistributionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : "StreamingDistributionSummary", "memberType" : "StreamingDistributionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "StreamingDistributionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      \n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ], "shapeName" : "StreamingDistributionList", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamingDistributionList", "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "documentation" : null, "simpleType" : "StreamingDistributionList", "variableSetterType" : "StreamingDistributionList" }, "wrapper" : false, "xmlNamespace" : null }, "StreamingDistributionNotDisabledException" : { "c2jName" : "StreamingDistributionNotDisabled", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "StreamingDistributionNotDisabled", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamingDistributionNotDisabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionNotDisabledException", "variableName" : "streamingDistributionNotDisabledException", "variableType" : "StreamingDistributionNotDisabledException", "documentation" : null, "simpleType" : "StreamingDistributionNotDisabledException", "variableSetterType" : "StreamingDistributionNotDisabledException" }, "wrapper" : false, "xmlNamespace" : null }, "StreamingDistributionSummary" : { "c2jName" : "StreamingDistributionSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A summary of the information for a CloudFront streaming distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@return The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@return The identifier for the distribution, for example, EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "getterModel" : { "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" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "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" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Origin", "beanStyleSetterMethodName" : "setS3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link S3Origin.Builder} avoiding the need to create one manually via {@link S3Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Origin.Builder#build()} is called immediately and its result is passed to {@link #s3Origin(S3Origin)}.\n@param s3Origin a consumer that will call methods on {@link S3Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Origin(S3Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@deprecated Use {@link #s3Origin()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Origin(S3Origin)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Origin property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Origin", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Origin", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Origin", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Origin", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Origin", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "setterMethodName" : "setS3Origin", "setterModel" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : null, "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@return The comment originally specified when this distribution was created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@return The comment originally specified when this distribution was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@return Whether the distribution is enabled to accept end user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@return Whether the distribution is enabled to accept end user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Aliases" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Comment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@return The comment originally specified when this distribution was created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@return The comment originally specified when this distribution was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@return Whether the distribution is enabled to accept end user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@return Whether the distribution is enabled to accept end user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@return The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@return The identifier for the distribution, for example, EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PriceClass" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3Origin" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Origin", "beanStyleSetterMethodName" : "setS3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link S3Origin.Builder} avoiding the need to create one manually via {@link S3Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Origin.Builder#build()} is called immediately and its result is passed to {@link #s3Origin(S3Origin)}.\n@param s3Origin a consumer that will call methods on {@link S3Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Origin(S3Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@deprecated Use {@link #s3Origin()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Origin(S3Origin)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Origin property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Origin", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Origin", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Origin", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Origin", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Origin", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "setterMethodName" : "setS3Origin", "setterModel" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : null, "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "getterModel" : { "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" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "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" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrustedSigners" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@return The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@return The identifier for the distribution, for example, EDFDVBD632BHDS5.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      \n@param id The identifier for the distribution, for example, EDFDVBD632BHDS5.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the distribution, for example, EDFDVBD632BHDS5.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@return The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      \n@param arn The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "getterModel" : { "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" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      \n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "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" : "

                                                                                                                                                                                      Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time the distribution was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@return The date and time the distribution was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      \n@param lastModifiedTime The date and time the distribution was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time the distribution was last modified.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@return The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      \n@param domainName The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Origin", "beanStyleSetterMethodName" : "setS3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link S3Origin.Builder} avoiding the need to create one manually via {@link S3Origin#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Origin.Builder#build()} is called immediately and its result is passed to {@link #s3Origin(S3Origin)}.\n@param s3Origin a consumer that will call methods on {@link S3Origin.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Origin(S3Origin)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@deprecated Use {@link #s3Origin()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Origin(S3Origin)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Origin property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Origin", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Origin", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Origin", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Origin", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Origin", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Origin", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      \n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "setterMethodName" : "setS3Origin", "setterModel" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : null, "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Origin", "variableName" : "s3Origin", "variableType" : "S3Origin", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

                                                                                                                                                                                      ", "simpleType" : "S3Origin", "variableSetterType" : "S3Origin" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAliases", "beanStyleSetterMethodName" : "setAliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Aliases.Builder} avoiding the need to create one manually via {@link Aliases#builder()}.\n\nWhen the {@link Consumer} completes, {@link Aliases.Builder#build()} is called immediately and its result is passed to {@link #aliases(Aliases)}.\n@param aliases a consumer that will call methods on {@link Aliases.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #aliases(Aliases)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@deprecated Use {@link #aliases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #aliases(Aliases)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAliases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aliases", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aliases", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Aliases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Aliases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Aliases", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      \n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "setterMethodName" : "setAliases", "setterModel" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : null, "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Aliases", "variableName" : "aliases", "variableType" : "Aliases", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "Aliases", "variableSetterType" : "Aliases" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrustedSigners", "beanStyleSetterMethodName" : "setTrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TrustedSigners.Builder} avoiding the need to create one manually via {@link TrustedSigners#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedSigners.Builder#build()} is called immediately and its result is passed to {@link #trustedSigners(TrustedSigners)}.\n@param trustedSigners a consumer that will call methods on {@link TrustedSigners.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trustedSigners(TrustedSigners)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@deprecated Use {@link #trustedSigners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trustedSigners(TrustedSigners)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrustedSigners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrustedSigners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trustedSigners", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trustedSigners", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrustedSigners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrustedSigners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrustedSigners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      \n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.", "setterMethodName" : "setTrustedSigners", "setterModel" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items.If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComment", "beanStyleSetterMethodName" : "setComment", "c2jName" : "Comment", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #comment(String)}.\n@param comment a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #comment(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@return The comment originally specified when this distribution was created.\n@deprecated Use {@link #comment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comment(String)}\n", "documentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Comment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "comment", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "comment", "getterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@return The comment originally specified when this distribution was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Comment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Comment", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      \n@param comment The comment originally specified when this distribution was created.", "setterMethodName" : "setComment", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The comment originally specified when this distribution was created.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriceClassAsString", "beanStyleSetterMethodName" : "setPriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priceClassAsString(String)}.\n@param priceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priceClass(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@deprecated Use {@link #priceClassAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass\n@deprecated Use {@link #priceClass(String)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PriceClass", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PriceClass property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriceClass", "fluentEnumGetterMethodName" : "priceClass", "fluentEnumSetterMethodName" : "priceClass", "fluentGetterMethodName" : "priceClassAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass", "fluentSetterMethodName" : "priceClass", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #priceClass} will return {@link PriceClass#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #priceClassAsString}.\n

                                                                                                                                                                                      \n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PriceClass", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PriceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PriceClass", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      \n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass", "setterMethodName" : "setPriceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priceClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A complex type that contains information about price class for this streaming distribution.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@return Whether the distribution is enabled to accept end user requests for content.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@return Whether the distribution is enabled to accept end user requests for content.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      \n@param enabled Whether the distribution is enabled to accept end user requests for content.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Whether the distribution is enabled to accept end user requests for content.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "ARN", "Status", "LastModifiedTime", "DomainName", "S3Origin", "Aliases", "TrustedSigners", "Comment", "PriceClass", "Enabled" ], "shapeName" : "StreamingDistributionSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamingDistributionSummary", "variableName" : "streamingDistributionSummary", "variableType" : "StreamingDistributionSummary", "documentation" : null, "simpleType" : "StreamingDistributionSummary", "variableSetterType" : "StreamingDistributionSummary" }, "wrapper" : false, "xmlNamespace" : null }, "StreamingLoggingConfig" : { "c2jName" : "StreamingLoggingConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A complex type that controls whether access logs are written for this streaming distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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 #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "Prefix", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #prefix(String)}.\n@param prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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 #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Prefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "Prefix", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #prefix(String)}.\n@param prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      \n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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 #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.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" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      \n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "Prefix", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #prefix(String)}.\n@param prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      \n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Enabled", "Bucket", "Prefix" ], "shapeName" : "StreamingLoggingConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamingLoggingConfig", "variableName" : "streamingLoggingConfig", "variableType" : "StreamingLoggingConfig", "documentation" : null, "simpleType" : "StreamingLoggingConfig", "variableSetterType" : "StreamingLoggingConfig" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag key and Tag value.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "getterModel" : { "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" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "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" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "getterModel" : { "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" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "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" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "getterModel" : { "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" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "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" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "getterModel" : { "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" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "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" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "getterModel" : { "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" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param key A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "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" : "

                                                                                                                                                                                      A string that contains Tag key.

                                                                                                                                                                                      The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@return A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "getterModel" : { "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" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      \n@param value A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.", "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" : "

                                                                                                                                                                                      A string that contains an optional Tag value.

                                                                                                                                                                                      The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key" ], "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 }, "TagKeys" : { "c2jName" : "TagKeys", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag key elements.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag key elements.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Key", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag key elements.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag key elements.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Key", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag key elements.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag key elements.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : "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" : "Key", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag key elements.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag key elements.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagKeys", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagKeys", "variableName" : "tagKeys", "variableType" : "TagKeys", "documentation" : null, "simpleType" : "TagKeys", "variableSetterType" : "TagKeys" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The request to add tags to a CloudFront resource.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/tagging?Operation=Tag", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "Resource" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Tags.Builder} avoiding the need to create one manually via {@link Tags#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tags.Builder#build()} is called immediately and its result is passed to {@link #tags(Tags)}.\n@param tags a consumer that will call methods on {@link Tags.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Tags)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Tags)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag elements.", "getterModel" : { "returnType" : "Tags", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      \n@param tags A complex type that contains zero or more Tag elements.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "simpleType" : "Tags", "variableSetterType" : "Tags" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Resource", "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" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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 }, "Tags" : { "c2jName" : "Tags", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag elements.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag elements.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag elements.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag elements.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag elements.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag elements.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return A complex type that contains Tag elements.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      \n@param items A complex type that contains Tag elements.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A complex type that contains Tag elements.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Tags", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tags", "variableName" : "tags", "variableType" : "Tags", "documentation" : null, "simpleType" : "Tags", "variableSetterType" : "Tags" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyCacheBehaviorsException" : { "c2jName" : "TooManyCacheBehaviors", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      You cannot create more cache behaviors for the distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyCacheBehaviors", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyCacheBehaviorsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyCacheBehaviorsException", "variableName" : "tooManyCacheBehaviorsException", "variableType" : "TooManyCacheBehaviorsException", "documentation" : null, "simpleType" : "TooManyCacheBehaviorsException", "variableSetterType" : "TooManyCacheBehaviorsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyCertificatesException" : { "c2jName" : "TooManyCertificates", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      You cannot create anymore custom SSL/TLS certificates.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyCertificates", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyCertificatesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyCertificatesException", "variableName" : "tooManyCertificatesException", "variableType" : "TooManyCertificatesException", "documentation" : null, "simpleType" : "TooManyCertificatesException", "variableSetterType" : "TooManyCertificatesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyCloudFrontOriginAccessIdentitiesException" : { "c2jName" : "TooManyCloudFrontOriginAccessIdentities", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Processing your request would cause you to exceed the maximum number of origin access identities allowed.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyCloudFrontOriginAccessIdentities", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyCloudFrontOriginAccessIdentitiesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyCloudFrontOriginAccessIdentitiesException", "variableName" : "tooManyCloudFrontOriginAccessIdentitiesException", "variableType" : "TooManyCloudFrontOriginAccessIdentitiesException", "documentation" : null, "simpleType" : "TooManyCloudFrontOriginAccessIdentitiesException", "variableSetterType" : "TooManyCloudFrontOriginAccessIdentitiesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyCookieNamesInWhiteListException" : { "c2jName" : "TooManyCookieNamesInWhiteList", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Your request contains more cookie names in the whitelist than are allowed per cache behavior.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyCookieNamesInWhiteList", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyCookieNamesInWhiteListException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyCookieNamesInWhiteListException", "variableName" : "tooManyCookieNamesInWhiteListException", "variableType" : "TooManyCookieNamesInWhiteListException", "documentation" : null, "simpleType" : "TooManyCookieNamesInWhiteListException", "variableSetterType" : "TooManyCookieNamesInWhiteListException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyDistributionCnamEsException" : { "c2jName" : "TooManyDistributionCNAMEs", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Your request contains more CNAMEs than are allowed per distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyDistributionCNAMEs", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyDistributionCnamEsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyDistributionCnamEsException", "variableName" : "tooManyDistributionCnamEsException", "variableType" : "TooManyDistributionCnamEsException", "documentation" : null, "simpleType" : "TooManyDistributionCnamEsException", "variableSetterType" : "TooManyDistributionCnamEsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException" : { "c2jName" : "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum number of distributions have been associated with the specified configuration for field-level encryption.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException", "variableName" : "tooManyDistributionsAssociatedToFieldLevelEncryptionConfigException", "variableType" : "TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException", "documentation" : null, "simpleType" : "TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException", "variableSetterType" : "TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyDistributionsException" : { "c2jName" : "TooManyDistributions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Processing your request would cause you to exceed the maximum number of distributions allowed.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyDistributions", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyDistributionsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyDistributionsException", "variableName" : "tooManyDistributionsException", "variableType" : "TooManyDistributionsException", "documentation" : null, "simpleType" : "TooManyDistributionsException", "variableSetterType" : "TooManyDistributionsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyDistributionsWithLambdaAssociationsException" : { "c2jName" : "TooManyDistributionsWithLambdaAssociations", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyDistributionsWithLambdaAssociations", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyDistributionsWithLambdaAssociationsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyDistributionsWithLambdaAssociationsException", "variableName" : "tooManyDistributionsWithLambdaAssociationsException", "variableType" : "TooManyDistributionsWithLambdaAssociationsException", "documentation" : null, "simpleType" : "TooManyDistributionsWithLambdaAssociationsException", "variableSetterType" : "TooManyDistributionsWithLambdaAssociationsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyFieldLevelEncryptionConfigsException" : { "c2jName" : "TooManyFieldLevelEncryptionConfigs", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum number of configurations for field-level encryption have been created.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyFieldLevelEncryptionConfigs", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyFieldLevelEncryptionConfigsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyFieldLevelEncryptionConfigsException", "variableName" : "tooManyFieldLevelEncryptionConfigsException", "variableType" : "TooManyFieldLevelEncryptionConfigsException", "documentation" : null, "simpleType" : "TooManyFieldLevelEncryptionConfigsException", "variableSetterType" : "TooManyFieldLevelEncryptionConfigsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyFieldLevelEncryptionContentTypeProfilesException" : { "c2jName" : "TooManyFieldLevelEncryptionContentTypeProfiles", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum number of content type profiles for field-level encryption have been created.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyFieldLevelEncryptionContentTypeProfiles", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyFieldLevelEncryptionContentTypeProfilesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyFieldLevelEncryptionContentTypeProfilesException", "variableName" : "tooManyFieldLevelEncryptionContentTypeProfilesException", "variableType" : "TooManyFieldLevelEncryptionContentTypeProfilesException", "documentation" : null, "simpleType" : "TooManyFieldLevelEncryptionContentTypeProfilesException", "variableSetterType" : "TooManyFieldLevelEncryptionContentTypeProfilesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyFieldLevelEncryptionEncryptionEntitiesException" : { "c2jName" : "TooManyFieldLevelEncryptionEncryptionEntities", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum number of encryption entities for field-level encryption have been created.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyFieldLevelEncryptionEncryptionEntities", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyFieldLevelEncryptionEncryptionEntitiesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyFieldLevelEncryptionEncryptionEntitiesException", "variableName" : "tooManyFieldLevelEncryptionEncryptionEntitiesException", "variableType" : "TooManyFieldLevelEncryptionEncryptionEntitiesException", "documentation" : null, "simpleType" : "TooManyFieldLevelEncryptionEncryptionEntitiesException", "variableSetterType" : "TooManyFieldLevelEncryptionEncryptionEntitiesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyFieldLevelEncryptionFieldPatternsException" : { "c2jName" : "TooManyFieldLevelEncryptionFieldPatterns", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum number of field patterns for field-level encryption have been created.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyFieldLevelEncryptionFieldPatterns", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyFieldLevelEncryptionFieldPatternsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyFieldLevelEncryptionFieldPatternsException", "variableName" : "tooManyFieldLevelEncryptionFieldPatternsException", "variableType" : "TooManyFieldLevelEncryptionFieldPatternsException", "documentation" : null, "simpleType" : "TooManyFieldLevelEncryptionFieldPatternsException", "variableSetterType" : "TooManyFieldLevelEncryptionFieldPatternsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyFieldLevelEncryptionProfilesException" : { "c2jName" : "TooManyFieldLevelEncryptionProfiles", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum number of profiles for field-level encryption have been created.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyFieldLevelEncryptionProfiles", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyFieldLevelEncryptionProfilesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyFieldLevelEncryptionProfilesException", "variableName" : "tooManyFieldLevelEncryptionProfilesException", "variableType" : "TooManyFieldLevelEncryptionProfilesException", "documentation" : null, "simpleType" : "TooManyFieldLevelEncryptionProfilesException", "variableSetterType" : "TooManyFieldLevelEncryptionProfilesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyFieldLevelEncryptionQueryArgProfilesException" : { "c2jName" : "TooManyFieldLevelEncryptionQueryArgProfiles", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum number of query arg profiles for field-level encryption have been created.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyFieldLevelEncryptionQueryArgProfiles", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyFieldLevelEncryptionQueryArgProfilesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyFieldLevelEncryptionQueryArgProfilesException", "variableName" : "tooManyFieldLevelEncryptionQueryArgProfilesException", "variableType" : "TooManyFieldLevelEncryptionQueryArgProfilesException", "documentation" : null, "simpleType" : "TooManyFieldLevelEncryptionQueryArgProfilesException", "variableSetterType" : "TooManyFieldLevelEncryptionQueryArgProfilesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyHeadersInForwardedValuesException" : { "c2jName" : "TooManyHeadersInForwardedValues", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Your request contains too many headers in forwarded values.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyHeadersInForwardedValues", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyHeadersInForwardedValuesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyHeadersInForwardedValuesException", "variableName" : "tooManyHeadersInForwardedValuesException", "variableType" : "TooManyHeadersInForwardedValuesException", "documentation" : null, "simpleType" : "TooManyHeadersInForwardedValuesException", "variableSetterType" : "TooManyHeadersInForwardedValuesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyInvalidationsInProgressException" : { "c2jName" : "TooManyInvalidationsInProgress", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyInvalidationsInProgress", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyInvalidationsInProgressException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyInvalidationsInProgressException", "variableName" : "tooManyInvalidationsInProgressException", "variableType" : "TooManyInvalidationsInProgressException", "documentation" : null, "simpleType" : "TooManyInvalidationsInProgressException", "variableSetterType" : "TooManyInvalidationsInProgressException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyLambdaFunctionAssociationsException" : { "c2jName" : "TooManyLambdaFunctionAssociations", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Your request contains more Lambda function associations than are allowed per distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyLambdaFunctionAssociations", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyLambdaFunctionAssociationsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyLambdaFunctionAssociationsException", "variableName" : "tooManyLambdaFunctionAssociationsException", "variableType" : "TooManyLambdaFunctionAssociationsException", "documentation" : null, "simpleType" : "TooManyLambdaFunctionAssociationsException", "variableSetterType" : "TooManyLambdaFunctionAssociationsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyOriginCustomHeadersException" : { "c2jName" : "TooManyOriginCustomHeaders", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Your request contains too many origin custom headers.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyOriginCustomHeaders", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyOriginCustomHeadersException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyOriginCustomHeadersException", "variableName" : "tooManyOriginCustomHeadersException", "variableType" : "TooManyOriginCustomHeadersException", "documentation" : null, "simpleType" : "TooManyOriginCustomHeadersException", "variableSetterType" : "TooManyOriginCustomHeadersException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyOriginGroupsPerDistributionException" : { "c2jName" : "TooManyOriginGroupsPerDistribution", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Processing your request would cause you to exceed the maximum number of origin groups allowed.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyOriginGroupsPerDistribution", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyOriginGroupsPerDistributionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyOriginGroupsPerDistributionException", "variableName" : "tooManyOriginGroupsPerDistributionException", "variableType" : "TooManyOriginGroupsPerDistributionException", "documentation" : null, "simpleType" : "TooManyOriginGroupsPerDistributionException", "variableSetterType" : "TooManyOriginGroupsPerDistributionException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyOriginsException" : { "c2jName" : "TooManyOrigins", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      You cannot create more origins for the distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyOrigins", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyOriginsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyOriginsException", "variableName" : "tooManyOriginsException", "variableType" : "TooManyOriginsException", "documentation" : null, "simpleType" : "TooManyOriginsException", "variableSetterType" : "TooManyOriginsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyPublicKeysException" : { "c2jName" : "TooManyPublicKeys", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyPublicKeys", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyPublicKeysException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyPublicKeysException", "variableName" : "tooManyPublicKeysException", "variableType" : "TooManyPublicKeysException", "documentation" : null, "simpleType" : "TooManyPublicKeysException", "variableSetterType" : "TooManyPublicKeysException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyQueryStringParametersException" : { "c2jName" : "TooManyQueryStringParameters", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Your request contains too many query string parameters.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyQueryStringParameters", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyQueryStringParametersException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyQueryStringParametersException", "variableName" : "tooManyQueryStringParametersException", "variableType" : "TooManyQueryStringParametersException", "documentation" : null, "simpleType" : "TooManyQueryStringParametersException", "variableSetterType" : "TooManyQueryStringParametersException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyStreamingDistributionCnamEsException" : { "c2jName" : "TooManyStreamingDistributionCNAMEs", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Your request contains more CNAMEs than are allowed per distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyStreamingDistributionCNAMEs", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyStreamingDistributionCnamEsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyStreamingDistributionCnamEsException", "variableName" : "tooManyStreamingDistributionCnamEsException", "variableType" : "TooManyStreamingDistributionCnamEsException", "documentation" : null, "simpleType" : "TooManyStreamingDistributionCnamEsException", "variableSetterType" : "TooManyStreamingDistributionCnamEsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyStreamingDistributionsException" : { "c2jName" : "TooManyStreamingDistributions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Processing your request would cause you to exceed the maximum number of streaming distributions allowed.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyStreamingDistributions", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyStreamingDistributionsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyStreamingDistributionsException", "variableName" : "tooManyStreamingDistributionsException", "variableType" : "TooManyStreamingDistributionsException", "documentation" : null, "simpleType" : "TooManyStreamingDistributionsException", "variableSetterType" : "TooManyStreamingDistributionsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyTrustedSignersException" : { "c2jName" : "TooManyTrustedSigners", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Your request contains more trusted signers than are allowed per distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyTrustedSigners", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyTrustedSignersException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTrustedSignersException", "variableName" : "tooManyTrustedSignersException", "variableType" : "TooManyTrustedSignersException", "documentation" : null, "simpleType" : "TooManyTrustedSignersException", "variableSetterType" : "TooManyTrustedSignersException" }, "wrapper" : false, "xmlNamespace" : null }, "TrustedSignerDoesNotExistException" : { "c2jName" : "TrustedSignerDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      One or more of your trusted signers don't exist.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TrustedSignerDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TrustedSignerDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TrustedSignerDoesNotExistException", "variableName" : "trustedSignerDoesNotExistException", "variableType" : "TrustedSignerDoesNotExistException", "documentation" : null, "simpleType" : "TrustedSignerDoesNotExistException", "variableSetterType" : "TrustedSignerDoesNotExistException" }, "wrapper" : false, "xmlNamespace" : null }, "TrustedSigners" : { "c2jName" : "TrustedSigners", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

                                                                                                                                                                                      If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

                                                                                                                                                                                      To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

                                                                                                                                                                                      For more information about updating the distribution configuration, see DistributionConfig in the Amazon CloudFront API Reference.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@return Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@return Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@return The number of trusted signers for this cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@return The number of trusted signers for this cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "AwsAccountNumberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsAccountNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsAccountNumber", "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" : "AwsAccountNumber", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@return Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@return Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Items" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "AwsAccountNumberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsAccountNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsAccountNumber", "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" : "AwsAccountNumber", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Quantity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@return The number of trusted signers for this cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@return The number of trusted signers for this cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@return Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@return Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "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" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      \n@param enabled Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuantity", "beanStyleSetterMethodName" : "setQuantity", "c2jName" : "Quantity", "c2jShape" : "integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \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 #quantity(Integer)}.\n@param quantity 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 #quantity(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@return The number of trusted signers for this cache behavior.\n@deprecated Use {@link #quantity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #quantity(Integer)}\n", "documentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Quantity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuantity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "quantity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "quantity", "getterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@return The number of trusted signers for this cache behavior.", "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" : "Quantity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Quantity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Quantity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      \n@param quantity The number of trusted signers for this cache behavior.", "setterMethodName" : "setQuantity", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "quantity", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of trusted signers for this cache behavior.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "AwsAccountNumberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@deprecated Use {@link #items()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #items(List)}\n", "documentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasItems", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasItems()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "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" : "Items", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsAccountNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsAccountNumber", "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" : "AwsAccountNumber", "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" : "Items", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      \n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Enabled", "Quantity" ], "shapeName" : "TrustedSigners", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedSigners", "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "documentation" : null, "simpleType" : "TrustedSigners", "variableSetterType" : "TrustedSigners" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The request to remove tags from a CloudFront resource.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/tagging?Operation=Untag", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TagKeys.Builder} avoiding the need to create one manually via {@link TagKeys#builder()}.\n\nWhen the {@link Consumer} completes, {@link TagKeys.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(TagKeys)}.\n@param tagKeys a consumer that will call methods on {@link TagKeys.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(TagKeys)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag key elements.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(TagKeys)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag key elements.", "getterModel" : { "returnType" : "TagKeys", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "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" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "TagKeys", "variableName" : "tagKeys", "variableType" : "TagKeys", "documentation" : null, "simpleType" : "TagKeys", "variableSetterType" : "TagKeys" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TagKeys", "variableName" : "tagKeys", "variableType" : "TagKeys", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      ", "simpleType" : "TagKeys", "variableSetterType" : "TagKeys" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "membersAsMap" : { "Resource" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TagKeys.Builder} avoiding the need to create one manually via {@link TagKeys#builder()}.\n\nWhen the {@link Consumer} completes, {@link TagKeys.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(TagKeys)}.\n@param tagKeys a consumer that will call methods on {@link TagKeys.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(TagKeys)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag key elements.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(TagKeys)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag key elements.", "getterModel" : { "returnType" : "TagKeys", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "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" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "TagKeys", "variableName" : "tagKeys", "variableType" : "TagKeys", "documentation" : null, "simpleType" : "TagKeys", "variableSetterType" : "TagKeys" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TagKeys", "variableName" : "tagKeys", "variableType" : "TagKeys", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      ", "simpleType" : "TagKeys", "variableSetterType" : "TagKeys" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "Resource", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.\n@deprecated Use {@link #resource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resource(String)}\n", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@return An ARN of a CloudFront resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Resource", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      \n@param resource An ARN of a CloudFront resource.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      An ARN of a CloudFront resource.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link TagKeys.Builder} avoiding the need to create one manually via {@link TagKeys#builder()}.\n\nWhen the {@link Consumer} completes, {@link TagKeys.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(TagKeys)}.\n@param tagKeys a consumer that will call methods on {@link TagKeys.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(TagKeys)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag key elements.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(TagKeys)}\n", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@return A complex type that contains zero or more Tag key elements.", "getterModel" : { "returnType" : "TagKeys", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "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" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      \n@param tagKeys A complex type that contains zero or more Tag key elements.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "TagKeys", "variableName" : "tagKeys", "variableType" : "TagKeys", "documentation" : null, "simpleType" : "TagKeys", "variableSetterType" : "TagKeys" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TagKeys", "variableName" : "tagKeys", "variableType" : "TagKeys", "documentation" : "

                                                                                                                                                                                      A complex type that contains zero or more Tag key elements.

                                                                                                                                                                                      ", "simpleType" : "TagKeys", "variableSetterType" : "TagKeys" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Resource", "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" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "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 }, "UpdateCloudFrontOriginAccessIdentityRequest" : { "c2jName" : "UpdateCloudFrontOriginAccessIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The request to update an origin access identity.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateCloudFrontOriginAccessIdentity2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/origin-access-identity/cloudfront/{Id}/config", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityConfig.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityConfig.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}.\n@param cloudFrontOriginAccessIdentityConfig a consumer that will call methods on {@link CloudFrontOriginAccessIdentityConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@return The identity's configuration information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@return The identity's configuration information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@return The identity's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@return The identity's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudFrontOriginAccessIdentityConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityConfig.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityConfig.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}.\n@param cloudFrontOriginAccessIdentityConfig a consumer that will call methods on {@link CloudFrontOriginAccessIdentityConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@return The identity's configuration information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@return The identity's configuration information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@return The identity's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@return The identity's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentityConfig", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentityConfig.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentityConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentityConfig.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}.\n@param cloudFrontOriginAccessIdentityConfig a consumer that will call methods on {@link CloudFrontOriginAccessIdentityConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@return The identity's configuration information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)}\n", "documentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentityConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentityConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentityConfig", "getterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@return The identity's configuration information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentityConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.", "setterMethodName" : "setCloudFrontOriginAccessIdentityConfig", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "

                                                                                                                                                                                      The identity's configuration information.

                                                                                                                                                                                      ", "simpleType" : "CloudFrontOriginAccessIdentityConfig", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@return The identity's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@return The identity's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      \n@param id The identity's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identity's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CloudFrontOriginAccessIdentityConfig", "Id" ], "shapeName" : "UpdateCloudFrontOriginAccessIdentityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateCloudFrontOriginAccessIdentityRequest", "variableName" : "updateCloudFrontOriginAccessIdentityRequest", "variableType" : "UpdateCloudFrontOriginAccessIdentityRequest", "documentation" : null, "simpleType" : "UpdateCloudFrontOriginAccessIdentityRequest", "variableSetterType" : "UpdateCloudFrontOriginAccessIdentityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateCloudFrontOriginAccessIdentityResponse" : { "c2jName" : "UpdateCloudFrontOriginAccessIdentityResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The returned result of the corresponding request.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentity", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentity.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentity#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentity.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}.\n@param cloudFrontOriginAccessIdentity a consumer that will call methods on {@link CloudFrontOriginAccessIdentity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudFrontOriginAccessIdentity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentity", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentity.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentity#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentity.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}.\n@param cloudFrontOriginAccessIdentity a consumer that will call methods on {@link CloudFrontOriginAccessIdentity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontOriginAccessIdentity", "beanStyleSetterMethodName" : "setCloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link CloudFrontOriginAccessIdentity.Builder} avoiding the need to create one manually via {@link CloudFrontOriginAccessIdentity#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudFrontOriginAccessIdentity.Builder#build()} is called immediately and its result is passed to {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}.\n@param cloudFrontOriginAccessIdentity a consumer that will call methods on {@link CloudFrontOriginAccessIdentity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@return The origin access identity's information.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)}\n", "documentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontOriginAccessIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontOriginAccessIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontOriginAccessIdentity", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontOriginAccessIdentity", "getterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@return The origin access identity's information.", "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudFrontOriginAccessIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      \n@param cloudFrontOriginAccessIdentity The origin access identity's information.", "setterMethodName" : "setCloudFrontOriginAccessIdentity", "setterModel" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "documentation" : "

                                                                                                                                                                                      The origin access identity's information.

                                                                                                                                                                                      ", "simpleType" : "CloudFrontOriginAccessIdentity", "variableSetterType" : "CloudFrontOriginAccessIdentity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateCloudFrontOriginAccessIdentityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateCloudFrontOriginAccessIdentityResponse", "variableName" : "updateCloudFrontOriginAccessIdentityResponse", "variableType" : "UpdateCloudFrontOriginAccessIdentityResponse", "documentation" : null, "simpleType" : "UpdateCloudFrontOriginAccessIdentityResponse", "variableSetterType" : "UpdateCloudFrontOriginAccessIdentityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateDistributionRequest" : { "c2jName" : "UpdateDistributionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The request to update a distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateDistribution2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/distribution/{Id}/config", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@return The distribution's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@return The distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@return The distribution's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@return The distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistributionConfig", "beanStyleSetterMethodName" : "setDistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link DistributionConfig.Builder} avoiding the need to create one manually via {@link DistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #distributionConfig(DistributionConfig)}.\n@param distributionConfig a consumer that will call methods on {@link DistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distributionConfig(DistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@return The distribution's configuration information.\n@deprecated Use {@link #distributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distributionConfig(DistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@return The distribution's configuration information.", "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      \n@param distributionConfig The distribution's configuration information.", "setterMethodName" : "setDistributionConfig", "setterModel" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : null, "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DistributionConfig", "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "documentation" : "

                                                                                                                                                                                      The distribution's configuration information.

                                                                                                                                                                                      ", "simpleType" : "DistributionConfig", "variableSetterType" : "DistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@return The distribution's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@return The distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      \n@param id The distribution's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The distribution's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DistributionConfig", "Id" ], "shapeName" : "UpdateDistributionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateDistributionRequest", "variableName" : "updateDistributionRequest", "variableType" : "UpdateDistributionRequest", "documentation" : null, "simpleType" : "UpdateDistributionRequest", "variableSetterType" : "UpdateDistributionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateDistributionResponse" : { "c2jName" : "UpdateDistributionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The returned result of the corresponding request.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Distribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Distribution.Builder} avoiding the need to create one manually via {@link Distribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link Distribution.Builder#build()} is called immediately and its result is passed to {@link #distribution(Distribution)}.\n@param distribution a consumer that will call methods on {@link Distribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(Distribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@return The distribution's information.\n@deprecated Use {@link #distribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #distribution(Distribution)}\n", "documentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "distribution", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@return The distribution's information.", "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      \n@param distribution The distribution's information.", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : "

                                                                                                                                                                                      The distribution's information.

                                                                                                                                                                                      ", "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateDistributionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateDistributionResponse", "variableName" : "updateDistributionResponse", "variableType" : "UpdateDistributionResponse", "documentation" : null, "simpleType" : "UpdateDistributionResponse", "variableSetterType" : "UpdateDistributionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateFieldLevelEncryptionConfigRequest" : { "c2jName" : "UpdateFieldLevelEncryptionConfigRequest", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateFieldLevelEncryptionConfig2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption/{Id}/config", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@return Request to update a field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@return Request to update a field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@return The ID of the configuration you want to update.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@return The ID of the configuration you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldLevelEncryptionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@return Request to update a field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@return Request to update a field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@return The ID of the configuration you want to update.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@return The ID of the configuration you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionConfig", "c2jName" : "FieldLevelEncryptionConfig", "c2jShape" : "FieldLevelEncryptionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}.\n@param fieldLevelEncryptionConfig a consumer that will call methods on {@link FieldLevelEncryptionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@return Request to update a field-level encryption configuration.\n@deprecated Use {@link #fieldLevelEncryptionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@return Request to update a field-level encryption configuration.", "getterModel" : { "returnType" : "FieldLevelEncryptionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryptionConfig Request to update a field-level encryption configuration.", "setterMethodName" : "setFieldLevelEncryptionConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionConfig", "variableName" : "fieldLevelEncryptionConfig", "variableType" : "FieldLevelEncryptionConfig", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption configuration.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionConfig", "variableSetterType" : "FieldLevelEncryptionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@return The ID of the configuration you want to update.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@return The ID of the configuration you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      \n@param id The ID of the configuration you want to update.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ID of the configuration you want to update.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FieldLevelEncryptionConfig", "Id" ], "shapeName" : "UpdateFieldLevelEncryptionConfigRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateFieldLevelEncryptionConfigRequest", "variableName" : "updateFieldLevelEncryptionConfigRequest", "variableType" : "UpdateFieldLevelEncryptionConfigRequest", "documentation" : null, "simpleType" : "UpdateFieldLevelEncryptionConfigRequest", "variableSetterType" : "UpdateFieldLevelEncryptionConfigRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateFieldLevelEncryptionConfigResponse" : { "c2jName" : "UpdateFieldLevelEncryptionConfigResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@return Return the results of updating the configuration.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@return Return the results of updating the configuration.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryption" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@return Return the results of updating the configuration.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@return Return the results of updating the configuration.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryption", "beanStyleSetterMethodName" : "setFieldLevelEncryption", "c2jName" : "FieldLevelEncryption", "c2jShape" : "FieldLevelEncryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryption.Builder} avoiding the need to create one manually via {@link FieldLevelEncryption#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryption.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryption(FieldLevelEncryption)}.\n@param fieldLevelEncryption a consumer that will call methods on {@link FieldLevelEncryption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryption(FieldLevelEncryption)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@return Return the results of updating the configuration.\n@deprecated Use {@link #fieldLevelEncryption()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryption(FieldLevelEncryption)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryption property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryption", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryption", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryption", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@return Return the results of updating the configuration.", "getterModel" : { "returnType" : "FieldLevelEncryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryption", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryption", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      \n@param fieldLevelEncryption Return the results of updating the configuration.", "setterMethodName" : "setFieldLevelEncryption", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : null, "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryption", "variableName" : "fieldLevelEncryption", "variableType" : "FieldLevelEncryption", "documentation" : "

                                                                                                                                                                                      Return the results of updating the configuration.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryption", "variableSetterType" : "FieldLevelEncryption" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateFieldLevelEncryptionConfigResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateFieldLevelEncryptionConfigResponse", "variableName" : "updateFieldLevelEncryptionConfigResponse", "variableType" : "UpdateFieldLevelEncryptionConfigResponse", "documentation" : null, "simpleType" : "UpdateFieldLevelEncryptionConfigResponse", "variableSetterType" : "UpdateFieldLevelEncryptionConfigResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateFieldLevelEncryptionProfileRequest" : { "c2jName" : "UpdateFieldLevelEncryptionProfileRequest", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateFieldLevelEncryptionProfile2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/field-level-encryption-profile/{Id}/config", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@return Request to update a field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@return Request to update a field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The ID of the field-level encryption profile request.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The ID of the field-level encryption profile request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldLevelEncryptionProfileConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@return Request to update a field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@return Request to update a field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The ID of the field-level encryption profile request.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The ID of the field-level encryption profile request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfileConfig", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfileConfig", "c2jName" : "FieldLevelEncryptionProfileConfig", "c2jShape" : "FieldLevelEncryptionProfileConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfileConfig.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfileConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfileConfig.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}.\n@param fieldLevelEncryptionProfileConfig a consumer that will call methods on {@link FieldLevelEncryptionProfileConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@return Request to update a field-level encryption profile.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfileConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfileConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfileConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfileConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@return Request to update a field-level encryption profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfileConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfileConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfileConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfileConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfileConfig Request to update a field-level encryption profile.", "setterMethodName" : "setFieldLevelEncryptionProfileConfig", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfileConfig", "variableName" : "fieldLevelEncryptionProfileConfig", "variableType" : "FieldLevelEncryptionProfileConfig", "documentation" : "

                                                                                                                                                                                      Request to update a field-level encryption profile.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionProfileConfig", "variableSetterType" : "FieldLevelEncryptionProfileConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The ID of the field-level encryption profile request.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The ID of the field-level encryption profile request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      \n@param id The ID of the field-level encryption profile request.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The ID of the field-level encryption profile request.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FieldLevelEncryptionProfileConfig", "Id" ], "shapeName" : "UpdateFieldLevelEncryptionProfileRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateFieldLevelEncryptionProfileRequest", "variableName" : "updateFieldLevelEncryptionProfileRequest", "variableType" : "UpdateFieldLevelEncryptionProfileRequest", "documentation" : null, "simpleType" : "UpdateFieldLevelEncryptionProfileRequest", "variableSetterType" : "UpdateFieldLevelEncryptionProfileRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateFieldLevelEncryptionProfileResponse" : { "c2jName" : "UpdateFieldLevelEncryptionProfileResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@return Return the results of updating the profile.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@return Return the results of updating the profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile 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 #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The result of the field-level encryption profile request.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The result of the field-level encryption profile request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile 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 #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The result of the field-level encryption profile request.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The result of the field-level encryption profile request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FieldLevelEncryptionProfile" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@return Return the results of updating the profile.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@return Return the results of updating the profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFieldLevelEncryptionProfile", "beanStyleSetterMethodName" : "setFieldLevelEncryptionProfile", "c2jName" : "FieldLevelEncryptionProfile", "c2jShape" : "FieldLevelEncryptionProfile", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link FieldLevelEncryptionProfile.Builder} avoiding the need to create one manually via {@link FieldLevelEncryptionProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link FieldLevelEncryptionProfile.Builder#build()} is called immediately and its result is passed to {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}.\n@param fieldLevelEncryptionProfile a consumer that will call methods on {@link FieldLevelEncryptionProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@return Return the results of updating the profile.\n@deprecated Use {@link #fieldLevelEncryptionProfile()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fieldLevelEncryptionProfile(FieldLevelEncryptionProfile)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FieldLevelEncryptionProfile property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFieldLevelEncryptionProfile", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldLevelEncryptionProfile", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldLevelEncryptionProfile", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@return Return the results of updating the profile.", "getterModel" : { "returnType" : "FieldLevelEncryptionProfile", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FieldLevelEncryptionProfile", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FieldLevelEncryptionProfile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FieldLevelEncryptionProfile", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      \n@param fieldLevelEncryptionProfile Return the results of updating the profile.", "setterMethodName" : "setFieldLevelEncryptionProfile", "setterModel" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : null, "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FieldLevelEncryptionProfile", "variableName" : "fieldLevelEncryptionProfile", "variableType" : "FieldLevelEncryptionProfile", "documentation" : "

                                                                                                                                                                                      Return the results of updating the profile.

                                                                                                                                                                                      ", "simpleType" : "FieldLevelEncryptionProfile", "variableSetterType" : "FieldLevelEncryptionProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile 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 #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The result of the field-level encryption profile request.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@return The result of the field-level encryption profile request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      \n@param eTag The result of the field-level encryption profile request.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The result of the field-level encryption profile request.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateFieldLevelEncryptionProfileResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateFieldLevelEncryptionProfileResponse", "variableName" : "updateFieldLevelEncryptionProfileResponse", "variableType" : "UpdateFieldLevelEncryptionProfileResponse", "documentation" : null, "simpleType" : "UpdateFieldLevelEncryptionProfileResponse", "variableSetterType" : "UpdateFieldLevelEncryptionProfileResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdatePublicKeyRequest" : { "c2jName" : "UpdatePublicKeyRequest", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdatePublicKey2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/public-key/{Id}/config", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@return Request to update public key information.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@return Request to update public key information.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@return ID of the public key to be updated.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@return ID of the public key to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@return ID of the public key to be updated.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@return ID of the public key to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PublicKeyConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@return Request to update public key information.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@return Request to update public key information.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKeyConfig", "beanStyleSetterMethodName" : "setPublicKeyConfig", "c2jName" : "PublicKeyConfig", "c2jShape" : "PublicKeyConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link PublicKeyConfig.Builder} avoiding the need to create one manually via {@link PublicKeyConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKeyConfig.Builder#build()} is called immediately and its result is passed to {@link #publicKeyConfig(PublicKeyConfig)}.\n@param publicKeyConfig a consumer that will call methods on {@link PublicKeyConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKeyConfig(PublicKeyConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@return Request to update public key information.\n@deprecated Use {@link #publicKeyConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKeyConfig(PublicKeyConfig)}\n", "documentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKeyConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKeyConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKeyConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKeyConfig", "getterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@return Request to update public key information.", "getterModel" : { "returnType" : "PublicKeyConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKeyConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKeyConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKeyConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      \n@param publicKeyConfig Request to update public key information.", "setterMethodName" : "setPublicKeyConfig", "setterModel" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : null, "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKeyConfig", "variableName" : "publicKeyConfig", "variableType" : "PublicKeyConfig", "documentation" : "

                                                                                                                                                                                      Request to update public key information.

                                                                                                                                                                                      ", "simpleType" : "PublicKeyConfig", "variableSetterType" : "PublicKeyConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@return ID of the public key to be updated.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@return ID of the public key to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      \n@param id ID of the public key to be updated.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      ID of the public key to be updated.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PublicKeyConfig", "Id" ], "shapeName" : "UpdatePublicKeyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdatePublicKeyRequest", "variableName" : "updatePublicKeyRequest", "variableType" : "UpdatePublicKeyRequest", "documentation" : null, "simpleType" : "UpdatePublicKeyRequest", "variableSetterType" : "UpdatePublicKeyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdatePublicKeyResponse" : { "c2jName" : "UpdatePublicKeyResult", "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" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@return Return the results of updating the public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@return Return the results of updating the public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the update public key result. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the update public key result. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PublicKey" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@return Return the results of updating the public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@return Return the results of updating the public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPublicKey", "beanStyleSetterMethodName" : "setPublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link PublicKey.Builder} avoiding the need to create one manually via {@link PublicKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link PublicKey.Builder#build()} is called immediately and its result is passed to {@link #publicKey(PublicKey)}.\n@param publicKey a consumer that will call methods on {@link PublicKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publicKey(PublicKey)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@return Return the results of updating the public key.\n@deprecated Use {@link #publicKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #publicKey(PublicKey)}\n", "documentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PublicKey property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPublicKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publicKey", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publicKey", "getterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@return Return the results of updating the public key.", "getterModel" : { "returnType" : "PublicKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublicKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PublicKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PublicKey", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      \n@param publicKey Return the results of updating the public key.", "setterMethodName" : "setPublicKey", "setterModel" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PublicKey", "variableName" : "publicKey", "variableType" : "PublicKey", "documentation" : "

                                                                                                                                                                                      Return the results of updating the public key.

                                                                                                                                                                                      ", "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the update public key result. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the update public key result. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the update public key result. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdatePublicKeyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdatePublicKeyResponse", "variableName" : "updatePublicKeyResponse", "variableType" : "UpdatePublicKeyResponse", "documentation" : null, "simpleType" : "UpdatePublicKeyResponse", "variableSetterType" : "UpdatePublicKeyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateStreamingDistributionRequest" : { "c2jName" : "UpdateStreamingDistributionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The request to update a streaming distribution.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateStreamingDistribution2019_03_26", "locationName" : null, "requestUri" : "/2019-03-26/streaming-distribution/{Id}/config", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@return The streaming distribution's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@return The streaming distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@return The streaming distribution's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@return The streaming distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IfMatch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamingDistributionConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistributionConfig", "beanStyleSetterMethodName" : "setStreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistributionConfig.Builder} avoiding the need to create one manually via {@link StreamingDistributionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistributionConfig.Builder#build()} is called immediately and its result is passed to {@link #streamingDistributionConfig(StreamingDistributionConfig)}.\n@param streamingDistributionConfig a consumer that will call methods on {@link StreamingDistributionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistributionConfig(StreamingDistributionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@return The streaming distribution's configuration information.\n@deprecated Use {@link #streamingDistributionConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistributionConfig(StreamingDistributionConfig)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistributionConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistributionConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistributionConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistributionConfig", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@return The streaming distribution's configuration information.", "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistributionConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistributionConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistributionConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      \n@param streamingDistributionConfig The streaming distribution's configuration information.", "setterMethodName" : "setStreamingDistributionConfig", "setterModel" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : null, "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistributionConfig", "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "documentation" : "

                                                                                                                                                                                      The streaming distribution's configuration information.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistributionConfig", "variableSetterType" : "StreamingDistributionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2019-03-26/" }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@return The streaming distribution's id.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@return The streaming distribution's id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      \n@param id The streaming distribution's id.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The streaming distribution's id.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIfMatch", "beanStyleSetterMethodName" : "setIfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ifMatch(String)}.\n@param ifMatch a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ifMatch(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #ifMatch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ifMatch(String)}\n", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IfMatch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIfMatch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ifMatch", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ifMatch", "getterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "If-Match", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "If-Match", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IfMatch", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param ifMatch The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setIfMatch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ifMatch", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamingDistributionConfig", "Id" ], "shapeName" : "UpdateStreamingDistributionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateStreamingDistributionRequest", "variableName" : "updateStreamingDistributionRequest", "variableType" : "UpdateStreamingDistributionRequest", "documentation" : null, "simpleType" : "UpdateStreamingDistributionRequest", "variableSetterType" : "UpdateStreamingDistributionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateStreamingDistributionResponse" : { "c2jName" : "UpdateStreamingDistributionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The returned result of the corresponding request.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ETag" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamingDistribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamingDistribution", "beanStyleSetterMethodName" : "setStreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link StreamingDistribution.Builder} avoiding the need to create one manually via {@link StreamingDistribution#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamingDistribution.Builder#build()} is called immediately and its result is passed to {@link #streamingDistribution(StreamingDistribution)}.\n@param streamingDistribution a consumer that will call methods on {@link StreamingDistribution.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingDistribution(StreamingDistribution)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@return The streaming distribution's information.\n@deprecated Use {@link #streamingDistribution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamingDistribution(StreamingDistribution)}\n", "documentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamingDistribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamingDistribution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamingDistribution", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamingDistribution", "getterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@return The streaming distribution's information.", "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingDistribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingDistribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamingDistribution", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      \n@param streamingDistribution The streaming distribution's information.", "setterMethodName" : "setStreamingDistribution", "setterModel" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : null, "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamingDistribution", "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "documentation" : "

                                                                                                                                                                                      The streaming distribution's information.

                                                                                                                                                                                      ", "simpleType" : "StreamingDistribution", "variableSetterType" : "StreamingDistribution" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getETag", "beanStyleSetterMethodName" : "setETag", "c2jName" : "ETag", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eTag(String)}.\n@param eTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eTag(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@deprecated Use {@link #eTag()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eTag(String)}\n", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ETag property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasETag", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eTag", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eTag", "getterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "ETag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ETag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ETag", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      \n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.", "setterMethodName" : "setETag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eTag", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The current version of the configuration. For example: E2QWRUHAPOMQZL.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateStreamingDistributionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateStreamingDistributionResponse", "variableName" : "updateStreamingDistributionResponse", "variableType" : "UpdateStreamingDistributionResponse", "documentation" : null, "simpleType" : "UpdateStreamingDistributionResponse", "variableSetterType" : "UpdateStreamingDistributionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ViewerCertificate" : { "c2jName" : "ViewerCertificate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

                                                                                                                                                                                      If the distribution doesn’t use Aliases (also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net—set CloudFrontDefaultCertificate to true and leave all other fields empty.

                                                                                                                                                                                      If the distribution uses Aliases (alternate domain names or CNAMEs), use the fields in this type to specify the following settings:

                                                                                                                                                                                      • Which viewers the distribution accepts HTTPS connections from: only viewers that support server name indication (SNI) (recommended), or all viewers including those that don’t support SNI.

                                                                                                                                                                                        • To accept HTTPS connections from only viewers that support SNI, set SSLSupportMethod to sni-only. This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                        • To accept HTTPS connections from all viewers, including those that don’t support SNI, set SSLSupportMethod to vip. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                      • The minimum SSL/TLS protocol version that the distribution can use to communicate with viewers. To specify a minimum version, choose a value for MinimumProtocolVersion. For more information, see Security Policy in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      • The location of the SSL/TLS certificate, AWS Certificate Manager (ACM) (recommended) or AWS Identity and Access Management (AWS IAM). You specify the location by setting a value in one of the following fields (not both):

                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                      All distributions support HTTPS connections from viewers. To require viewers to use HTTPS only, or to redirect them from HTTP to HTTPS, use ViewerProtocolPolicy in the CacheBehavior or DefaultCacheBehavior. To specify how CloudFront should use SSL/TLS to communicate with your custom origin, use CustomOriginConfig.

                                                                                                                                                                                      For more information, see Using HTTPS with CloudFront and Using Alternate Domain Names and HTTPS in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontDefaultCertificate", "beanStyleSetterMethodName" : "setCloudFrontDefaultCertificate", "c2jName" : "CloudFrontDefaultCertificate", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                      If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                      • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                      • MinimumProtocolVersion

                                                                                                                                                                                      • SSLSupportMethod

                                                                                                                                                                                      \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 #cloudFrontDefaultCertificate(Boolean)}.\n@param cloudFrontDefaultCertificate 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 #cloudFrontDefaultCertificate(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                      If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                      • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                      • MinimumProtocolVersion

                                                                                                                                                                                      • SSLSupportMethod

                                                                                                                                                                                      \n@return If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                      If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                      • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                      • MinimumProtocolVersion

                                                                                                                                                                                      • SSLSupportMethod

                                                                                                                                                                                      • \n@deprecated Use {@link #cloudFrontDefaultCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                        If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                        If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                        • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                        • MinimumProtocolVersion

                                                                                                                                                                                        • SSLSupportMethod

                                                                                                                                                                                        \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                        If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                        • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                        • MinimumProtocolVersion

                                                                                                                                                                                        • SSLSupportMethod

                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontDefaultCertificate(Boolean)}\n", "documentation" : "

                                                                                                                                                                                          If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                          If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                          • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                          • MinimumProtocolVersion

                                                                                                                                                                                          • SSLSupportMethod

                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontDefaultCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontDefaultCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontDefaultCertificate", "fluentSetterDocumentation" : "

                                                                                                                                                                                          If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                          If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                          • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                          • MinimumProtocolVersion

                                                                                                                                                                                          • SSLSupportMethod

                                                                                                                                                                                          \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                          If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                          • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                          • MinimumProtocolVersion

                                                                                                                                                                                          • SSLSupportMethod

                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontDefaultCertificate", "getterDocumentation" : "

                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                            • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                            • MinimumProtocolVersion

                                                                                                                                                                                            • SSLSupportMethod

                                                                                                                                                                                            \n@return If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                            • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                            • MinimumProtocolVersion

                                                                                                                                                                                            • SSLSupportMethod

                                                                                                                                                                                            • ", "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" : "CloudFrontDefaultCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontDefaultCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CloudFrontDefaultCertificate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                              If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                              If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                              • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                              • MinimumProtocolVersion

                                                                                                                                                                                              • SSLSupportMethod

                                                                                                                                                                                              \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                              If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                              • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                              • MinimumProtocolVersion

                                                                                                                                                                                              • SSLSupportMethod

                                                                                                                                                                                              • ", "setterMethodName" : "setCloudFrontDefaultCertificate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudFrontDefaultCertificate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudFrontDefaultCertificate", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                • MinimumProtocolVersion

                                                                                                                                                                                                • SSLSupportMethod

                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamCertificateId", "beanStyleSetterMethodName" : "setIamCertificateId", "c2jName" : "IAMCertificateId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamCertificateId(String)}.\n@param iamCertificateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamCertificateId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@deprecated Use {@link #iamCertificateId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamCertificateId(String)}\n", "documentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IAMCertificateId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamCertificateId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamCertificateId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamCertificateId", "getterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IAMCertificateId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IAMCertificateId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IAMCertificateId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "setterMethodName" : "setIamCertificateId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamCertificateId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamCertificateId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcmCertificateArn", "beanStyleSetterMethodName" : "setAcmCertificateArn", "c2jName" : "ACMCertificateArn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acmCertificateArn(String)}.\n@param acmCertificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acmCertificateArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@deprecated Use {@link #acmCertificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acmCertificateArn(String)}\n", "documentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ACMCertificateArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcmCertificateArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acmCertificateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acmCertificateArn", "getterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ACMCertificateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ACMCertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ACMCertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "setterMethodName" : "setAcmCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acmCertificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acmCertificateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslSupportMethodAsString", "beanStyleSetterMethodName" : "setSslSupportMethod", "c2jName" : "SSLSupportMethod", "c2jShape" : "SSLSupportMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslSupportMethodAsString(String)}.\n@param sslSupportMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslSupportMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                \n

                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslSupportMethod} will return {@link SSLSupportMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslSupportMethodAsString}.\n

                                                                                                                                                                                                \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@deprecated Use {@link #sslSupportMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod\n@deprecated Use {@link #sslSupportMethod(String)}\n", "documentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "SSLSupportMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSLSupportMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslSupportMethod", "fluentEnumGetterMethodName" : "sslSupportMethod", "fluentEnumSetterMethodName" : "sslSupportMethod", "fluentGetterMethodName" : "sslSupportMethodAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod", "fluentSetterMethodName" : "sslSupportMethod", "getterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                \n

                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslSupportMethod} will return {@link SSLSupportMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslSupportMethodAsString}.\n

                                                                                                                                                                                                \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSLSupportMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSLSupportMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SSLSupportMethod", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod", "setterMethodName" : "setSslSupportMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslSupportMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslSupportMethod", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinimumProtocolVersionAsString", "beanStyleSetterMethodName" : "setMinimumProtocolVersion", "c2jName" : "MinimumProtocolVersion", "c2jShape" : "MinimumProtocolVersion", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minimumProtocolVersionAsString(String)}.\n@param minimumProtocolVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimumProtocolVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                \n

                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #minimumProtocolVersion} will return {@link MinimumProtocolVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #minimumProtocolVersionAsString}.\n

                                                                                                                                                                                                \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@deprecated Use {@link #minimumProtocolVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion\n@deprecated Use {@link #minimumProtocolVersion(String)}\n", "documentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "MinimumProtocolVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MinimumProtocolVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMinimumProtocolVersion", "fluentEnumGetterMethodName" : "minimumProtocolVersion", "fluentEnumSetterMethodName" : "minimumProtocolVersion", "fluentGetterMethodName" : "minimumProtocolVersionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion", "fluentSetterMethodName" : "minimumProtocolVersion", "getterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                \n

                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #minimumProtocolVersion} will return {@link MinimumProtocolVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #minimumProtocolVersionAsString}.\n

                                                                                                                                                                                                \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumProtocolVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumProtocolVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumProtocolVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion", "setterMethodName" : "setMinimumProtocolVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumProtocolVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumProtocolVersion", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                • \n@deprecated Use {@link #certificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                  This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                  \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificate(String)}\n", "documentation" : "

                                                                                                                                                                                                    This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                    This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                    \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                                                                                                                                                                      This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                      \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                                        • CloudFrontDefaultCertificate

                                                                                                                                                                                                        \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                                        • CloudFrontDefaultCertificate

                                                                                                                                                                                                        • ", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                          This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateSourceAsString", "beanStyleSetterMethodName" : "setCertificateSource", "c2jName" : "CertificateSource", "c2jShape" : "CertificateSource", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                          This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateSourceAsString(String)}.\n@param certificateSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateSource(String)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                          This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateSource} will return {@link CertificateSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateSourceAsString}.\n

                                                                                                                                                                                                          \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                          • \n@see CertificateSource\n@deprecated Use {@link #certificateSourceAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                            This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                            \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                            • \n@see CertificateSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource\n@deprecated Use {@link #certificateSource(String)}\n", "documentation" : "

                                                                                                                                                                                                              This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "CertificateSource", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateSource", "fluentEnumGetterMethodName" : "certificateSource", "fluentEnumSetterMethodName" : "certificateSource", "fluentGetterMethodName" : "certificateSourceAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                              \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                              • \n@see CertificateSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource", "fluentSetterMethodName" : "certificateSource", "getterDocumentation" : "

                                                                                                                                                                                                                This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                                \n

                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateSource} will return {@link CertificateSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateSourceAsString}.\n

                                                                                                                                                                                                                \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                                • \n@see CertificateSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                  This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                                  \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                                  • \n@see CertificateSource", "setterMethodName" : "setCertificateSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ACMCertificateArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcmCertificateArn", "beanStyleSetterMethodName" : "setAcmCertificateArn", "c2jName" : "ACMCertificateArn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acmCertificateArn(String)}.\n@param acmCertificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acmCertificateArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                    \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@deprecated Use {@link #acmCertificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                    \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acmCertificateArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ACMCertificateArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcmCertificateArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acmCertificateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                    \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acmCertificateArn", "getterDocumentation" : "

                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                    \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ACMCertificateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ACMCertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ACMCertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                    \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "setterMethodName" : "setAcmCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acmCertificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acmCertificateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                    If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Certificate" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                                    \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                                    • \n@deprecated Use {@link #certificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                      This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                                      \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificate(String)}\n", "documentation" : "

                                                                                                                                                                                                                        This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                                                        • CloudFrontDefaultCertificate

                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                        This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                                                        • CloudFrontDefaultCertificate

                                                                                                                                                                                                                        \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                                                        • CloudFrontDefaultCertificate

                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                                                                                                                                                                                          This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                                          \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                            This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                                            \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                                            • ", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                              This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CertificateSource" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateSourceAsString", "beanStyleSetterMethodName" : "setCertificateSource", "c2jName" : "CertificateSource", "c2jShape" : "CertificateSource", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateSourceAsString(String)}.\n@param certificateSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateSource(String)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                              This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateSource} will return {@link CertificateSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateSourceAsString}.\n

                                                                                                                                                                                                                              \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                                              • \n@see CertificateSource\n@deprecated Use {@link #certificateSourceAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                • \n@see CertificateSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource\n@deprecated Use {@link #certificateSource(String)}\n", "documentation" : "

                                                                                                                                                                                                                                  This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "CertificateSource", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateSource", "fluentEnumGetterMethodName" : "certificateSource", "fluentEnumSetterMethodName" : "certificateSource", "fluentGetterMethodName" : "certificateSourceAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                  This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                  \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                  • \n@see CertificateSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource", "fluentSetterMethodName" : "certificateSource", "getterDocumentation" : "

                                                                                                                                                                                                                                    This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateSource} will return {@link CertificateSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateSourceAsString}.\n

                                                                                                                                                                                                                                    \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                    • \n@see CertificateSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                      \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                      • \n@see CertificateSource", "setterMethodName" : "setCertificateSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                        This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                                                                        • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CloudFrontDefaultCertificate" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontDefaultCertificate", "beanStyleSetterMethodName" : "setCloudFrontDefaultCertificate", "c2jName" : "CloudFrontDefaultCertificate", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                        If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                        • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                        • MinimumProtocolVersion

                                                                                                                                                                                                                                        • SSLSupportMethod

                                                                                                                                                                                                                                        \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 #cloudFrontDefaultCertificate(Boolean)}.\n@param cloudFrontDefaultCertificate 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 #cloudFrontDefaultCertificate(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                        If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                        If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                        • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                        • MinimumProtocolVersion

                                                                                                                                                                                                                                        • SSLSupportMethod

                                                                                                                                                                                                                                        \n@return If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                        If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                        • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                        • MinimumProtocolVersion

                                                                                                                                                                                                                                        • SSLSupportMethod

                                                                                                                                                                                                                                        • \n@deprecated Use {@link #cloudFrontDefaultCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                          If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                          If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                          • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                          • MinimumProtocolVersion

                                                                                                                                                                                                                                          • SSLSupportMethod

                                                                                                                                                                                                                                          \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                          If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                          • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                          • MinimumProtocolVersion

                                                                                                                                                                                                                                          • SSLSupportMethod

                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontDefaultCertificate(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                            • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                            • MinimumProtocolVersion

                                                                                                                                                                                                                                            • SSLSupportMethod

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontDefaultCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontDefaultCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontDefaultCertificate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                            • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                            • MinimumProtocolVersion

                                                                                                                                                                                                                                            • SSLSupportMethod

                                                                                                                                                                                                                                            \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                            • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                            • MinimumProtocolVersion

                                                                                                                                                                                                                                            • SSLSupportMethod

                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontDefaultCertificate", "getterDocumentation" : "

                                                                                                                                                                                                                                              If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                              If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                              • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                              • MinimumProtocolVersion

                                                                                                                                                                                                                                              • SSLSupportMethod

                                                                                                                                                                                                                                              \n@return If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                              If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                              • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                              • MinimumProtocolVersion

                                                                                                                                                                                                                                              • SSLSupportMethod

                                                                                                                                                                                                                                              • ", "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" : "CloudFrontDefaultCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontDefaultCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CloudFrontDefaultCertificate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                • MinimumProtocolVersion

                                                                                                                                                                                                                                                • SSLSupportMethod

                                                                                                                                                                                                                                                \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                • MinimumProtocolVersion

                                                                                                                                                                                                                                                • SSLSupportMethod

                                                                                                                                                                                                                                                • ", "setterMethodName" : "setCloudFrontDefaultCertificate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudFrontDefaultCertificate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudFrontDefaultCertificate", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                  • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                  • MinimumProtocolVersion

                                                                                                                                                                                                                                                  • SSLSupportMethod

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IAMCertificateId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamCertificateId", "beanStyleSetterMethodName" : "setIamCertificateId", "c2jName" : "IAMCertificateId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamCertificateId(String)}.\n@param iamCertificateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamCertificateId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                  \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@deprecated Use {@link #iamCertificateId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                  \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamCertificateId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IAMCertificateId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamCertificateId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamCertificateId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                  \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamCertificateId", "getterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                  \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IAMCertificateId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IAMCertificateId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IAMCertificateId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                  \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "setterMethodName" : "setIamCertificateId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamCertificateId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamCertificateId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                  If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MinimumProtocolVersion" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinimumProtocolVersionAsString", "beanStyleSetterMethodName" : "setMinimumProtocolVersion", "c2jName" : "MinimumProtocolVersion", "c2jShape" : "MinimumProtocolVersion", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minimumProtocolVersionAsString(String)}.\n@param minimumProtocolVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimumProtocolVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #minimumProtocolVersion} will return {@link MinimumProtocolVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #minimumProtocolVersionAsString}.\n

                                                                                                                                                                                                                                                  \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@deprecated Use {@link #minimumProtocolVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                  \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion\n@deprecated Use {@link #minimumProtocolVersion(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "MinimumProtocolVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MinimumProtocolVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMinimumProtocolVersion", "fluentEnumGetterMethodName" : "minimumProtocolVersion", "fluentEnumSetterMethodName" : "minimumProtocolVersion", "fluentGetterMethodName" : "minimumProtocolVersionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                  \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion", "fluentSetterMethodName" : "minimumProtocolVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #minimumProtocolVersion} will return {@link MinimumProtocolVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #minimumProtocolVersionAsString}.\n

                                                                                                                                                                                                                                                  \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumProtocolVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumProtocolVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumProtocolVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                  \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion", "setterMethodName" : "setMinimumProtocolVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumProtocolVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumProtocolVersion", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                  • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                  • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                  For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                  On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                  We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                  When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SSLSupportMethod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslSupportMethodAsString", "beanStyleSetterMethodName" : "setSslSupportMethod", "c2jName" : "SSLSupportMethod", "c2jShape" : "SSLSupportMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslSupportMethodAsString(String)}.\n@param sslSupportMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslSupportMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslSupportMethod} will return {@link SSLSupportMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslSupportMethodAsString}.\n

                                                                                                                                                                                                                                                  \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@deprecated Use {@link #sslSupportMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                  \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod\n@deprecated Use {@link #sslSupportMethod(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "SSLSupportMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSLSupportMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslSupportMethod", "fluentEnumGetterMethodName" : "sslSupportMethod", "fluentEnumSetterMethodName" : "sslSupportMethod", "fluentGetterMethodName" : "sslSupportMethodAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                  \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod", "fluentSetterMethodName" : "sslSupportMethod", "getterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslSupportMethod} will return {@link SSLSupportMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslSupportMethodAsString}.\n

                                                                                                                                                                                                                                                  \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSLSupportMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSLSupportMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SSLSupportMethod", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                  \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod", "setterMethodName" : "setSslSupportMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslSupportMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslSupportMethod", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                  • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                  • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudFrontDefaultCertificate", "beanStyleSetterMethodName" : "setCloudFrontDefaultCertificate", "c2jName" : "CloudFrontDefaultCertificate", "c2jShape" : "boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                  • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                  • MinimumProtocolVersion

                                                                                                                                                                                                                                                  • SSLSupportMethod

                                                                                                                                                                                                                                                  \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 #cloudFrontDefaultCertificate(Boolean)}.\n@param cloudFrontDefaultCertificate 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 #cloudFrontDefaultCertificate(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                  • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                  • MinimumProtocolVersion

                                                                                                                                                                                                                                                  • SSLSupportMethod

                                                                                                                                                                                                                                                  \n@return If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                  If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                  • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                  • MinimumProtocolVersion

                                                                                                                                                                                                                                                  • SSLSupportMethod

                                                                                                                                                                                                                                                  • \n@deprecated Use {@link #cloudFrontDefaultCertificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                    If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                    • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                    • MinimumProtocolVersion

                                                                                                                                                                                                                                                    • SSLSupportMethod

                                                                                                                                                                                                                                                    \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                    If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                    • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                    • MinimumProtocolVersion

                                                                                                                                                                                                                                                    • SSLSupportMethod

                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudFrontDefaultCertificate(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                                                      If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                      If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                      • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                      • MinimumProtocolVersion

                                                                                                                                                                                                                                                      • SSLSupportMethod

                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudFrontDefaultCertificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudFrontDefaultCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudFrontDefaultCertificate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                      If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                      If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                      • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                      • MinimumProtocolVersion

                                                                                                                                                                                                                                                      • SSLSupportMethod

                                                                                                                                                                                                                                                      \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                      If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                      • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                      • MinimumProtocolVersion

                                                                                                                                                                                                                                                      • SSLSupportMethod

                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudFrontDefaultCertificate", "getterDocumentation" : "

                                                                                                                                                                                                                                                        If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                        If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                        • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                        • MinimumProtocolVersion

                                                                                                                                                                                                                                                        • SSLSupportMethod

                                                                                                                                                                                                                                                        \n@return If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                        If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                        • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                        • MinimumProtocolVersion

                                                                                                                                                                                                                                                        • SSLSupportMethod

                                                                                                                                                                                                                                                        • ", "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" : "CloudFrontDefaultCertificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudFrontDefaultCertificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CloudFrontDefaultCertificate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                          If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                          If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                          • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                          • MinimumProtocolVersion

                                                                                                                                                                                                                                                          • SSLSupportMethod

                                                                                                                                                                                                                                                          \n@param cloudFrontDefaultCertificate If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                          If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                          • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                          • MinimumProtocolVersion

                                                                                                                                                                                                                                                          • SSLSupportMethod

                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setCloudFrontDefaultCertificate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudFrontDefaultCertificate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudFrontDefaultCertificate", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, set this field to true.

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), set this field to false and specify values for the following fields:

                                                                                                                                                                                                                                                            • ACMCertificateArn or IAMCertificateId (specify a value for one, not both)

                                                                                                                                                                                                                                                            • MinimumProtocolVersion

                                                                                                                                                                                                                                                            • SSLSupportMethod

                                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamCertificateId", "beanStyleSetterMethodName" : "setIamCertificateId", "c2jName" : "IAMCertificateId", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamCertificateId(String)}.\n@param iamCertificateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamCertificateId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@deprecated Use {@link #iamCertificateId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamCertificateId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IAMCertificateId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamCertificateId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamCertificateId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamCertificateId", "getterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IAMCertificateId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IAMCertificateId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IAMCertificateId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@param iamCertificateId If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "setterMethodName" : "setIamCertificateId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamCertificateId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamCertificateId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Identity and Access Management (AWS IAM), provide the ID of the IAM certificate.

                                                                                                                                                                                                                                                            If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcmCertificateArn", "beanStyleSetterMethodName" : "setAcmCertificateArn", "c2jName" : "ACMCertificateArn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acmCertificateArn(String)}.\n@param acmCertificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acmCertificateArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@deprecated Use {@link #acmCertificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acmCertificateArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ACMCertificateArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcmCertificateArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acmCertificateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acmCertificateArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@return If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ACMCertificateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ACMCertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ACMCertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            \n@param acmCertificateArn If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.", "setterMethodName" : "setAcmCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acmCertificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acmCertificateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in AWS Certificate Manager (ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).

                                                                                                                                                                                                                                                            If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison and SSLSupportMethod.

                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslSupportMethodAsString", "beanStyleSetterMethodName" : "setSslSupportMethod", "c2jName" : "SSLSupportMethod", "c2jShape" : "SSLSupportMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslSupportMethodAsString(String)}.\n@param sslSupportMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslSupportMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslSupportMethod} will return {@link SSLSupportMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslSupportMethodAsString}.\n

                                                                                                                                                                                                                                                            \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@deprecated Use {@link #sslSupportMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                            \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod\n@deprecated Use {@link #sslSupportMethod(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "SSLSupportMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSLSupportMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslSupportMethod", "fluentEnumGetterMethodName" : "sslSupportMethod", "fluentEnumSetterMethodName" : "sslSupportMethod", "fluentGetterMethodName" : "sslSupportMethodAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                            \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod", "fluentSetterMethodName" : "sslSupportMethod", "getterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslSupportMethod} will return {@link SSLSupportMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslSupportMethodAsString}.\n

                                                                                                                                                                                                                                                            \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSLSupportMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSLSupportMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SSLSupportMethod", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                            \n@param sslSupportMethod If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.\n@see SSLSupportMethod", "setterMethodName" : "setSslSupportMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslSupportMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslSupportMethod", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.

                                                                                                                                                                                                                                                            • sni-only – The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients released after 2010 support SNI.

                                                                                                                                                                                                                                                            • vip – The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, don’t set a value for this field.

                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMinimumProtocolVersionAsString", "beanStyleSetterMethodName" : "setMinimumProtocolVersion", "c2jName" : "MinimumProtocolVersion", "c2jShape" : "MinimumProtocolVersion", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minimumProtocolVersionAsString(String)}.\n@param minimumProtocolVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimumProtocolVersion(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #minimumProtocolVersion} will return {@link MinimumProtocolVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #minimumProtocolVersionAsString}.\n

                                                                                                                                                                                                                                                            \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@deprecated Use {@link #minimumProtocolVersionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                            \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion\n@deprecated Use {@link #minimumProtocolVersion(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "MinimumProtocolVersion", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MinimumProtocolVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMinimumProtocolVersion", "fluentEnumGetterMethodName" : "minimumProtocolVersion", "fluentEnumSetterMethodName" : "minimumProtocolVersion", "fluentGetterMethodName" : "minimumProtocolVersionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                            \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion", "fluentSetterMethodName" : "minimumProtocolVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #minimumProtocolVersion} will return {@link MinimumProtocolVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #minimumProtocolVersionAsString}.\n

                                                                                                                                                                                                                                                            \n@return If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumProtocolVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumProtocolVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumProtocolVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                            \n@param minimumProtocolVersion If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.\n@see MinimumProtocolVersion", "setterMethodName" : "setMinimumProtocolVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumProtocolVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumProtocolVersion", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                            If the distribution uses Aliases (alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:

                                                                                                                                                                                                                                                            • The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.

                                                                                                                                                                                                                                                            • The ciphers that CloudFront can use to encrypt the content that it returns to viewers.

                                                                                                                                                                                                                                                            For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.

                                                                                                                                                                                                                                                            On the CloudFront console, this setting is called Security Policy.

                                                                                                                                                                                                                                                            We recommend that you specify TLSv1.2_2018 unless your viewers are using browsers or devices that don’t support TLSv1.2.

                                                                                                                                                                                                                                                            When you’re using SNI only (you set SSLSupportMethod to sni-only), you must specify TLSv1 or higher.

                                                                                                                                                                                                                                                            If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net (you set CloudFrontDefaultCertificate to true), CloudFront automatically sets the security policy to TLSv1 regardless of the value that you set here.

                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                            \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                            • \n@deprecated Use {@link #certificate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                              This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                              \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificate(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                  This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                  \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                  • ACMCertificateArn

                                                                                                                                                                                                                                                                  • IAMCertificateId

                                                                                                                                                                                                                                                                  • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                    \n@param certificate This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                    • ACMCertificateArn

                                                                                                                                                                                                                                                                    • IAMCertificateId

                                                                                                                                                                                                                                                                    • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                      This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateSourceAsString", "beanStyleSetterMethodName" : "setCertificateSource", "c2jName" : "CertificateSource", "c2jShape" : "CertificateSource", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateSourceAsString(String)}.\n@param certificateSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateSource(String)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                      This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateSource} will return {@link CertificateSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateSourceAsString}.\n

                                                                                                                                                                                                                                                                      \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                      • ACMCertificateArn

                                                                                                                                                                                                                                                                      • IAMCertificateId

                                                                                                                                                                                                                                                                      • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                      • \n@see CertificateSource\n@deprecated Use {@link #certificateSourceAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                        This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                                                                                                        • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                        \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                        • ACMCertificateArn

                                                                                                                                                                                                                                                                        • IAMCertificateId

                                                                                                                                                                                                                                                                        • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                        • \n@see CertificateSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource\n@deprecated Use {@link #certificateSource(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                          This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "CertificateSource", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateSource", "fluentEnumGetterMethodName" : "certificateSource", "fluentEnumSetterMethodName" : "certificateSource", "fluentGetterMethodName" : "certificateSourceAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                          \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                          • ACMCertificateArn

                                                                                                                                                                                                                                                                          • IAMCertificateId

                                                                                                                                                                                                                                                                          • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                          • \n@see CertificateSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource", "fluentSetterMethodName" : "certificateSource", "getterDocumentation" : "

                                                                                                                                                                                                                                                                            This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateSource} will return {@link CertificateSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateSourceAsString}.\n

                                                                                                                                                                                                                                                                            \n@return This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                            • ACMCertificateArn

                                                                                                                                                                                                                                                                            • IAMCertificateId

                                                                                                                                                                                                                                                                            • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                            • \n@see CertificateSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                              This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                              \n@param certificateSource This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                              • ACMCertificateArn

                                                                                                                                                                                                                                                                              • IAMCertificateId

                                                                                                                                                                                                                                                                              • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                              • \n@see CertificateSource", "setterMethodName" : "setCertificateSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                This field is deprecated. Use one of the following fields instead:

                                                                                                                                                                                                                                                                                • ACMCertificateArn

                                                                                                                                                                                                                                                                                • IAMCertificateId

                                                                                                                                                                                                                                                                                • CloudFrontDefaultCertificate

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ViewerCertificate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ViewerCertificate", "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "documentation" : null, "simpleType" : "ViewerCertificate", "variableSetterType" : "ViewerCertificate" }, "wrapper" : false, "xmlNamespace" : null }, "ViewerProtocolPolicy" : { "c2jName" : "ViewerProtocolPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ALLOW_ALL", "value" : "allow-all" }, { "name" : "HTTPS_ONLY", "value" : "https-only" }, { "name" : "REDIRECT_TO_HTTPS", "value" : "redirect-to-https" } ], "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" : "ViewerProtocolPolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ViewerProtocolPolicy", "variableName" : "viewerProtocolPolicy", "variableType" : "ViewerProtocolPolicy", "documentation" : null, "simpleType" : "ViewerProtocolPolicy", "variableSetterType" : "ViewerProtocolPolicy" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "CloudFrontException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.cloudfront.model.CloudFrontException", "sdkRequestBaseClassName" : "CloudFrontRequest", "sdkResponseBaseClassName" : "CloudFrontResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy